summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-18 13:40:39 +0200
committerQC <qball@gmpclient.org>2015-10-18 13:40:39 +0200
commit93b6b83fb9fc1add7ebc781c7df20e005352acfb (patch)
tree45cf356b59653c2894e86974246a93df50f2ca79 /test
parentb1883ccaea53c79c6bbcf636b0e50a3b266b03bb (diff)
Try todo some validation of monitor size/padding in config sanity check.
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 )
{