summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2015-06-26 15:21:58 +0000
committerokan <okan>2015-06-26 15:21:58 +0000
commit8aa40078d19b99124efb149bfc43fed47937fc15 (patch)
tree2462871d2e3342d8d03c4b88c068d1f81050b241 /calmwm.h
parentee400b08a8d7f1a0ef9ba1403285b1e32a08e39f (diff)
downloadcwm-8aa40078d19b99124efb149bfc43fed47937fc15.tar.gz
cwm-8aa40078d19b99124efb149bfc43fed47937fc15.tar.xz
cwm-8aa40078d19b99124efb149bfc43fed47937fc15.zip
Replace screen region info gathering with XRandR equivalent of Xinerama
queries (currently act on XRandR events anyway). Fall-back mode without
XRandR is still what X provides. This removes -lXinerama.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 94ff526..526ef46 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -28,7 +28,6 @@
 #include <X11/Xproto.h>
 #include <X11/Xutil.h>
 #include <X11/cursorfont.h>
-#include <X11/extensions/Xinerama.h>
 #include <X11/extensions/Xrandr.h>
 #include <X11/keysym.h>