summaryrefslogtreecommitdiff
path: root/riscos/textselection.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-02-01 10:45:20 +0000
committerVincent Sanders <vince@kyllikki.org>2014-02-01 10:45:20 +0000
commit1f62b5a980020b0e5df0e68cb476083ba2dc1fe5 (patch)
treee74b757de8b64f2ea53f1916840e58ae105c2d7a /riscos/textselection.h
parent356461244e9a31d9c22fab358cdf95cb3f22364f (diff)
downloadnetsurf-1f62b5a980020b0e5df0e68cb476083ba2dc1fe5.tar.gz
netsurf-1f62b5a980020b0e5df0e68cb476083ba2dc1fe5.tar.bz2
make the clipboard operation table and members static to textselection module and cleanup unnecessary includes
Diffstat (limited to 'riscos/textselection.h')
-rw-r--r--riscos/textselection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/textselection.h b/riscos/textselection.h
index a4f436ddc..400e3dd26 100644
--- a/riscos/textselection.h
+++ b/riscos/textselection.h
@@ -24,7 +24,8 @@
#define _NETSURF_RISCOS_TEXTSELECTION_H_
#include "oslib/wimp.h"
-#include "desktop/gui.h"
+
+struct gui_clipboard_table *riscos_clipboard_table;
void gui_start_selection(struct gui_window *g);