summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper-test.c')
-rw-r--r--test/helper-test.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index 2d145dbc..274d8296 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -63,12 +63,24 @@ static int test = 0;
}
#include "widgets/textbox.h"
+
ThemeWidget *rofi_theme = NULL;
+
gboolean rofi_theme_parse_string ( const char *string )
{
return FALSE;
}
+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;
+}
+
double textbox_get_estimated_char_height ( void )
{
return 12.0;