summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-22 12:22:58 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-22 12:22:58 +0100
commit153c4444543411b00fc8682bd38d6e1758a63082 (patch)
tree736bacbb3170ae71f6134811669b3a6ef60ab31d /desktop/selection.h
parentd489908af8cda59c94ad2375e1340bad6957e64a (diff)
downloadnetsurf-153c4444543411b00fc8682bd38d6e1758a63082.tar.gz
netsurf-153c4444543411b00fc8682bd38d6e1758a63082.tar.bz2
Move browser_window struct to private header. Places that shouldn't include it do, such as front end code.
Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index 7ece4bd85..aebb1698f 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -23,7 +23,8 @@
#ifndef _NETSURF_DESKTOP_SELECTION_H_
#define _NETSURF_DESKTOP_SELECTION_H_
-#include "desktop/browser.h"
+#include <stdbool.h>
+#include "desktop/mouse.h"
struct box;