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/atari/plot/font_freetype.c | 2 +- frontends/atari/plot/font_internal.c | 2 +- frontends/atari/plot/fontplot.c | 2 +- frontends/atari/plot/plot.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'frontends/atari/plot') diff --git a/frontends/atari/plot/font_freetype.c b/frontends/atari/plot/font_freetype.c index a77aff855..602820704 100644 --- a/frontends/atari/plot/font_freetype.c +++ b/frontends/atari/plot/font_freetype.c @@ -24,7 +24,7 @@ #include "utils/log.h" #include "utils/nsoption.h" -#include "desktop/mouse.h" +#include "netsurf/mouse.h" #include "desktop/plot_style.h" #include "atari/gui.h" diff --git a/frontends/atari/plot/font_internal.c b/frontends/atari/plot/font_internal.c index 89a56d0e5..b96f4c773 100644 --- a/frontends/atari/plot/font_internal.c +++ b/frontends/atari/plot/font_internal.c @@ -24,7 +24,7 @@ #include "utils/utf8.h" #include "utils/log.h" -#include "desktop/mouse.h" +#include "netsurf/mouse.h" #include "desktop/plot_style.h" #include "atari/gui.h" diff --git a/frontends/atari/plot/fontplot.c b/frontends/atari/plot/fontplot.c index 9f0edd9a4..d0a1fe16f 100644 --- a/frontends/atari/plot/fontplot.c +++ b/frontends/atari/plot/fontplot.c @@ -21,7 +21,7 @@ #include #include -#include "desktop/mouse.h" +#include "netsurf/mouse.h" #include "desktop/plot_style.h" #include "atari/bitmap.h" diff --git a/frontends/atari/plot/plot.c b/frontends/atari/plot/plot.c index f96039dd9..2e35bcdbd 100644 --- a/frontends/atari/plot/plot.c +++ b/frontends/atari/plot/plot.c @@ -31,7 +31,7 @@ #include "utils/utils.h" #include "netsurf/bitmap.h" #include "desktop/plotters.h" -#include "desktop/mouse.h" +#include "netsurf/mouse.h" #include "atari/gui.h" #include "atari/osspec.h" -- cgit v1.2.1