summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-04 17:03:24 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-04 17:03:24 +0100
commitfa7ceaf580466e1e3de11f66d76768a8bedaf489 (patch)
treecc5fb296ba341a20f76731d5e73a577edda94ca3 /test/helper-test.c
parentfd707acac5d1a4ee53857d90d1aefb68d019073d (diff)
Check for the availability of the xinerama extension.
Diffstat (limited to 'test/helper-test.c')
-rw-r--r--test/helper-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index 9c7c92fe..2339147b 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -25,9 +25,10 @@ struct xcb_stuff *xcb;
} \
}
-void rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
+int rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
{
fputs ( msg, stderr );
+ return TRUE;
}
int show_error_message ( const char *msg, int markup )