summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
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 /include/x11-helper.h
parentb1883ccaea53c79c6bbcf636b0e50a3b266b03bb (diff)
Try todo some validation of monitor size/padding in config sanity check.
Diffstat (limited to 'include/x11-helper.h')
-rw-r--r--include/x11-helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index 1f688895..3c36328c 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -71,6 +71,7 @@ int window_send_message ( Display *display, Window target, Window subject,
void monitor_dimensions ( Display *display, Screen *screen, int x, int y, workarea *mon );
// Find the dimensions of the monitor specified by user.
int monitor_get_dimension ( Display *display, Screen *screen, int monitor, workarea *mon );
+int monitor_get_smallest_size ( Display *display );
/**
* @param display The display.