summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-15 12:31:32 +0200
committerDave Davenport <qball@blame.services>2021-06-15 12:31:32 +0200
commit74144db77d9106f8dcf84fdeada104797cb3a48f (patch)
tree69f043443ac6ec35f4fb058d45d3f41476fb9f07 /test/helper-test.c
parent0f21541327418e7aaa99a8192eb79ed9c6438b88 (diff)
[Test] Fix the test.
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;