summaryrefslogtreecommitdiff
path: root/app/cwm/Makefile
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-09-29 23:16:47 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-09-29 23:16:47 +0000
commit7557065b3463e7dcda5964f1c37ea447dd4b32a2 (patch)
treefdb622edda75631302994616710465f68fe9aeb7 /app/cwm/Makefile
parent80ac1b8a6ab70c862aa867e606f8441287521697 (diff)
Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr
reconfiguration events and change our sizes depending on that. We also detect the xinerama screens for maximize, vertmaximize and initial window placement. This could be improved by automatically resizing maximized windows when the screen resolution changes and by moving windows that would be hidden into visible space. Said changes will come shortly. Tested by many. matthieu@ didn't oppose.
Diffstat (limited to 'app/cwm/Makefile')
-rw-r--r--app/cwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/Makefile b/app/cwm/Makefile
index 3daf6f4bc..b6daa903a 100644
--- a/app/cwm/Makefile
+++ b/app/cwm/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2008/09/22 14:28:04 oga Exp $
+# $OpenBSD: Makefile,v 1.12 2008/09/29 23:16:46 oga Exp $
.include <bsd.xconf.mk>
@@ -11,7 +11,7 @@ SRCS= calmwm.c screen.c xmalloc.c client.c grab.c menu.c \
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp -lXext \
- -lfontconfig -lexpat -lfreetype -lz
+ -lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr
MANDIR= ${X11BASE}/man/cat
MAN= cwm.1 cwmrc.5