summaryrefslogtreecommitdiff
path: root/gtk/selection.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-02-01 12:41:23 +0000
committerVincent Sanders <vince@kyllikki.org>2014-02-01 12:41:23 +0000
commit8bb0e87b1a8fc9872762f5caa856f64c4e9f1cdd (patch)
treed7f69b4d1aaf196513103004c0afb4d110d7be9f /gtk/selection.h
parent1f62b5a980020b0e5df0e68cb476083ba2dc1fe5 (diff)
downloadnetsurf-8bb0e87b1a8fc9872762f5caa856f64c4e9f1cdd.tar.gz
netsurf-8bb0e87b1a8fc9872762f5caa856f64c4e9f1cdd.tar.bz2
make clipboard table operations static and remove unecessary includes
Diffstat (limited to 'gtk/selection.h')
-rw-r--r--gtk/selection.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/selection.h b/gtk/selection.h
index 0d3ec7371..6463692cf 100644
--- a/gtk/selection.h
+++ b/gtk/selection.h
@@ -19,11 +19,6 @@
#ifndef GTK_SELECTION_H
#define GTK_SELECTION_H
-#include <gtk/gtk.h>
-#include "desktop/gui.h"
-
-void gui_get_clipboard(char **buffer, size_t *length);
-void gui_set_clipboard(const char *buffer, size_t length, nsclipboard_styles styles[], int n_styles);
-
+struct gui_clipboard_table *nsgtk_clipboard_table;
#endif