aboutsummaryrefslogtreecommitdiff
path: root/src/tool_text.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-10-03 15:11:14 +0200
committerThomas White <taw@bitwiz.org.uk>2011-10-03 15:11:14 +0200
commit7c04fa7edd76c6a06121a88b8a346d45917af0dc (patch)
treebfcf21d8f2941667c08eb76215a5dde89a4fb470 /src/tool_text.h
parentf4ff26c955729f8b068c64fff806216eb6e34bd4 (diff)
More fun with methods
Diffstat (limited to 'src/tool_text.h')
-rw-r--r--src/tool_text.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tool_text.h b/src/tool_text.h
index 1ff512c..b2f333b 100644
--- a/src/tool_text.h
+++ b/src/tool_text.h
@@ -27,12 +27,14 @@
#include <config.h>
#endif
+#include <gtk/gtk.h>
+
extern void insert_text(struct object *o, char *t);
extern void handle_text_backspace(struct object *o);
extern void move_cursor_left(struct object *o);
extern void move_cursor_right(struct object *o);
-extern struct toolinfo *initialise_text_tool(void);
+extern struct toolinfo *initialise_text_tool(GtkWidget *w);
#endif /* TOOL_TEXT_H */