summaryrefslogtreecommitdiffstats
path: root/test/mode-test.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/mode-test.c
parent824b21b4fb99cf78f6d7ddafee2bde618a5a5ed8 (diff)
[Test] Fix tests.
Diffstat (limited to 'test/mode-test.c')
-rw-r--r--test/mode-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/mode-test.c b/test/mode-test.c
index ead483dc..2b3fc3b5 100644
--- a/test/mode-test.c
+++ b/test/mode-test.c
@@ -54,6 +54,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 )
{