summaryrefslogtreecommitdiffstats
path: root/test/scrollbar-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/scrollbar-test.c')
-rw-r--r--test/scrollbar-test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/scrollbar-test.c b/test/scrollbar-test.c
index 3e658b48..28f12663 100644
--- a/test/scrollbar-test.c
+++ b/test/scrollbar-test.c
@@ -33,6 +33,11 @@ void color_separator ( G_GNUC_UNUSED void *d )
}
+void rofi_view_get_current_monitor ( int *width, int *height )
+{
+
+}
+
int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
{
scrollbar * sb = scrollbar_create ( "scrollbar", 3);