summaryrefslogtreecommitdiff
path: root/frontends/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 12:07:16 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 12:10:08 +0100
commit8711fbe47dd0381efd09717b719b79be3d819f49 (patch)
tree1b519f8a19e4e361dff32258da0b1aff836ec4ed /frontends/windows
parenta996bee9facdce826c5fc3a819dd0ce362d80e95 (diff)
downloadnetsurf-8711fbe47dd0381efd09717b719b79be3d819f49.tar.gz
netsurf-8711fbe47dd0381efd09717b719b79be3d819f49.tar.bz2
move mouse and pointer state header into public API
Diffstat (limited to 'frontends/windows')
-rw-r--r--frontends/windows/plot.c2
-rw-r--r--frontends/windows/window.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontends/windows/plot.c b/frontends/windows/plot.c
index d5ddf4f37..7480bc69f 100644
--- a/frontends/windows/plot.c
+++ b/frontends/windows/plot.c
@@ -28,7 +28,7 @@
#include "utils/log.h"
#include "utils/utf8.h"
#include "utils/utils.h"
-#include "desktop/mouse.h"
+#include "netsurf/mouse.h"
#include "netsurf/window.h"
#include "desktop/plotters.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;