summaryrefslogtreecommitdiffstats
path: root/test/widget-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/widget-test.c')
-rw-r--r--test/widget-test.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/widget-test.c b/test/widget-test.c
index 06625664..b49e2a56 100644
--- a/test/widget-test.c
+++ b/test/widget-test.c
@@ -43,6 +43,19 @@ unsigned int test =0;
assert ( a ); \
printf ( "Test %3u passed (%s)\n", ++test, # a ); \
}
+
+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;
+}
+
gboolean config_parse_set_property ( G_GNUC_UNUSED const Property *p, G_GNUC_UNUSED char **error )
{
return FALSE;