summaryrefslogtreecommitdiffstats
path: root/test/widget-test.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-03 19:35:23 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-03 19:35:23 +0100
commitda917993f791c2352adc7fc5cedd6135fa98f9a5 (patch)
tree83bbf08580de041bf810882f2ff144f001d81de6 /test/widget-test.c
parentf9fc01b176f177bc744aaba643c9a12d0b511e30 (diff)
Fix tests
Diffstat (limited to 'test/widget-test.c')
-rw-r--r--test/widget-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/widget-test.c b/test/widget-test.c
index 6d11d7da..58ad7c4f 100644
--- a/test/widget-test.c
+++ b/test/widget-test.c
@@ -16,6 +16,10 @@ void rofi_view_queue_redraw ( void )
{
}
+void rofi_view_get_current_monitor ( int *width, int *height )
+{
+
+}
int rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
{
fputs ( msg, stderr );