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.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/box-test.c b/test/box-test.c
index 82d0ef70..0e1aa48f 100644
--- a/test/box-test.c
+++ b/test/box-test.c
@@ -62,6 +62,17 @@ unsigned int test =0;
abort ( ); \
} \
}
+ThemeWidget *rofi_configuration = NULL;
+
+uint32_t rofi_icon_fetcher_query ( const char *name, const int size )
+{
+ return 0;
+}
+
+cairo_surface_t * rofi_icon_fetcher_get ( const uint32_t uid )
+{
+ return NULL;
+}
int monitor_active ( G_GNUC_UNUSED workarea *mon )