summaryrefslogtreecommitdiffstats
path: root/test/box-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/box-test.c')
-rw-r--r--test/box-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/box-test.c b/test/box-test.c
index 7598bacd..bacd49cf 100644
--- a/test/box-test.c
+++ b/test/box-test.c
@@ -27,6 +27,10 @@ int textbox_get_estimated_char_height ( void )
{
return 16;
}
+void rofi_view_get_current_monitor ( int *width, int *height )
+{
+
+}
static gboolean test_widget_clicked ( G_GNUC_UNUSED widget *wid, G_GNUC_UNUSED xcb_button_press_event_t* xce, G_GNUC_UNUSED void *data )