summaryrefslogtreecommitdiffstats
path: root/test/helper-tokenize.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper-tokenize.c')
-rw-r--r--test/helper-tokenize.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/helper-tokenize.c b/test/helper-tokenize.c
index 71aff9e1..1629303c 100644
--- a/test/helper-tokenize.c
+++ b/test/helper-tokenize.c
@@ -45,6 +45,16 @@
ThemeWidget *rofi_theme = 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 rofi_theme_parse_string ( G_GNUC_UNUSED const char *string )
{
return FALSE;