summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/helper-test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index 6a1e865b..b12969db 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -21,6 +21,13 @@ int show_error_message ( const char *msg, int markup )
error_dialog ( msg, markup );
return 0;
}
+#include <x11-helper.h>
+int monitor_get_smallest_size ( Display *d )
+{
+}
+int monitor_get_dimension ( Display *d, Screen *screen, int monitor, workarea *mon )
+{
+}
int main ( int argc, char ** argv )
{