summaryrefslogtreecommitdiffstats
path: root/test/theme-parser-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/theme-parser-test.c')
-rw-r--r--test/theme-parser-test.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/theme-parser-test.c b/test/theme-parser-test.c
index cd7fc683..4707f8d3 100644
--- a/test/theme-parser-test.c
+++ b/test/theme-parser-test.c
@@ -35,6 +35,7 @@
#include "xcb-internal.h"
#include "rofi.h"
#include "settings.h"
+#include "xcb.h"
#include "theme.h"
#include "css-colors.h"
#include "widgets/widget-internal.h"
@@ -63,10 +64,12 @@ double textbox_get_estimated_char_height ( void )
{
return 16.0;
}
-xcb_screen_t *xcb_screen;
-xcb_ewmh_connection_t xcb_ewmh;
-int xcb_screen_nbr;
-#include <x11-helper.h>
+
+int monitor_active ( G_GNUC_UNUSED workarea *mon )
+{
+ return 0;
+}
+
#ifndef _ck_assert_ptr_null
/* Pointer against NULL comparison macros with improved output
* compared to ck_assert(). */