summaryrefslogtreecommitdiffstats
path: root/test/textbox-test.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-06 14:27:36 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-06 14:27:36 +0100
commitadfc83f07d17b6eed67a3e37ca3ced75bb6ec96d (patch)
treec18281792c3c984ca8daacbc2306f0b1a503e323 /test/textbox-test.c
parent73169af793c59ee1847325d7faa3f3cf6b4c08c0 (diff)
Restructuring, my biggest joy.
Diffstat (limited to 'test/textbox-test.c')
-rw-r--r--test/textbox-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 69a769fb..4622015c 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -25,6 +25,7 @@ unsigned int normal_window_mode = 0;
Display *display = NULL;
Colormap map = None;
XVisualInfo vinfo;
+#include "view.h"
void rofi_view_queue_redraw ()
{
}