summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-11 17:06:06 +0100
committerDave Davenport <qball@gmpclient.org>2017-03-11 17:06:06 +0100
commitb7f4b7484ff755febb471b7c46df2a47993c1e34 (patch)
tree7e1beeca9e69931a0a3f05e52f143cebe1a7c6ad /test
parent048d601a85089ee7a3020bc59a83be2ff0ee3296 (diff)
Some initial support for @import in theme and try to fall back when theme fails to load
Diffstat (limited to 'test')
-rw-r--r--test/box-test.c4
-rw-r--r--test/scrollbar-test.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/test/box-test.c b/test/box-test.c
index a4f038c1..0e943d24 100644
--- a/test/box-test.c
+++ b/test/box-test.c
@@ -23,6 +23,10 @@ unsigned int test =0;
} \
}
+char * rofi_expand_path ( const char *path )
+{
+
+}
void rofi_add_error_message ( GString *msg )
{
}
diff --git a/test/scrollbar-test.c b/test/scrollbar-test.c
index 43b77539..297bff98 100644
--- a/test/scrollbar-test.c
+++ b/test/scrollbar-test.c
@@ -25,6 +25,10 @@ unsigned int test =0;
void rofi_add_error_message ( GString *msg )
{}
+char * rofi_expand_path ( const char *path )
+{
+
+}
int textbox_get_estimated_char_height ( void );
int textbox_get_estimated_char_height ( void )
{