aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2015-06-26 15:21:58 +0000
committerokan2015-06-26 15:21:58 +0000
commit5cf1374cd905ac2fb2aff2baf0e178ff81d5a416 (patch)
treeeb54dacb882ea36d4e9b92274a28f2ae5f29107b /calmwm.h
parentc6cf16dddd47bdca93eefcaa3c8dfa858c09e426 (diff)
downloadcwm-5cf1374cd905ac2fb2aff2baf0e178ff81d5a416.tar.gz
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 '')
-rw-r--r--calmwm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 1555429..edb541a 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.292 2015/06/09 13:02:15 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.293 2015/06/26 15:21:58 okan Exp $
*/
#ifndef _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>