summaryrefslogtreecommitdiff
path: root/framebuffer/clipboard.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-14 23:31:54 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-14 23:31:54 +0000
commit0075eab1949e4de071b3649c68ba402b8ffce6fb (patch)
tree9eddbda0fba82159038811dcfff763285ccde925 /framebuffer/clipboard.c
parent667d4a0a4938e1bfe54eb5b56cd4313b6579534d (diff)
downloadnetsurf-0075eab1949e4de071b3649c68ba402b8ffce6fb.tar.gz
netsurf-0075eab1949e4de071b3649c68ba402b8ffce6fb.tar.bz2
move remaining gui operations to table
Diffstat (limited to 'framebuffer/clipboard.c')
-rw-r--r--framebuffer/clipboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/framebuffer/clipboard.c b/framebuffer/clipboard.c
index 46a1bb018..4f9831340 100644
--- a/framebuffer/clipboard.c
+++ b/framebuffer/clipboard.c
@@ -26,6 +26,7 @@
#include "desktop/browser.h"
#include "desktop/gui.h"
#include "framebuffer/gui.h"
+#include "framebuffer/clipboard.h"
#include "utils/log.h"
@@ -36,8 +37,6 @@ static struct gui_clipboard {
} gui_clipboard;
-
-
/**
* Core asks front end for clipboard contents.
*