From 8711fbe47dd0381efd09717b719b79be3d819f49 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 12:07:16 +0100 Subject: move mouse and pointer state header into public API --- frontends/windows/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/windows/window.h') diff --git a/frontends/windows/window.h b/frontends/windows/window.h index ec54287f4..047cec654 100644 --- a/frontends/windows/window.h +++ b/frontends/windows/window.h @@ -22,7 +22,7 @@ /** The window operation function table for win32 */ extern struct gui_window_table *win32_window_table; -#include "desktop/mouse.h" +#include "netsurf/mouse.h" struct browser_mouse { struct gui_window *gui; -- cgit v1.2.3