summaryrefslogtreecommitdiffstats
path: root/test/textbox-test.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-20 20:57:26 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-20 20:57:26 +0100
commit984257fffc0b31ec41e5c72219a396183d3358ab (patch)
tree7e3c18ee511871795e172b4e4e47ee34fb4c2d54 /test/textbox-test.c
parent4b7a29a26f5e31765dad766baaeb4c172adb564d (diff)
Very dirty first attempt at glib mainloop in switcher (not yet dmenu.)
Diffstat (limited to 'test/textbox-test.c')
-rw-r--r--test/textbox-test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index e9d86c94..c7aa58e9 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -25,6 +25,9 @@ unsigned int normal_window_mode = 0;
Display *display = NULL;
Colormap map = None;
XVisualInfo vinfo;
+void menu_state_queue_redraw ()
+{
+}
void error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
{