summaryrefslogtreecommitdiffstats
path: root/test/helper-expand.c
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-16 00:11:57 +0200
committerDave Davenport <qball@blame.services>2021-06-16 00:11:57 +0200
commita1a0ed68f2818e6077040c2762384a7d034a1152 (patch)
tree4b9827ea5ab4da3a76350b520272605be6821121 /test/helper-expand.c
parent824b21b4fb99cf78f6d7ddafee2bde618a5a5ed8 (diff)
[Test] Fix tests.
Diffstat (limited to 'test/helper-expand.c')
-rw-r--r--test/helper-expand.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/helper-expand.c b/test/helper-expand.c
index 78806cb1..dd7defb0 100644
--- a/test/helper-expand.c
+++ b/test/helper-expand.c
@@ -61,6 +61,10 @@ uint32_t rofi_icon_fetcher_query ( const char *name, const int size )
{
return 0;
}
+uint32_t rofi_icon_fetcher_query_advanced ( const char *name, const int wsize, const int hsize )
+{
+ return 0;
+}
cairo_surface_t * rofi_icon_fetcher_get ( const uint32_t uid )
{