pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xcompmgr Enable damage notification by default, as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b72d7c6ea1ae
branches:  trunk
changeset: 545619:b72d7c6ea1ae
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Sat Aug 09 10:12:06 2008 +0000

description:
Enable damage notification by default, as I've been using xcompmgr
with this enabled for a while now with no untoward effects.

diffstat:

 x11/xcompmgr/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 6d75d096f1a5 -r b72d7c6ea1ae x11/xcompmgr/Makefile
--- a/x11/xcompmgr/Makefile     Sat Aug 09 09:28:19 2008 +0000
+++ b/x11/xcompmgr/Makefile     Sat Aug 09 10:12:06 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2008/05/24 21:45:16 tnn Exp $
+# $NetBSD: Makefile,v 1.25 2008/08/09 10:12:06 bjs Exp $
 #
 
 DISTNAME=      xcompmgr-1.1.4
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES = ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.bz2
@@ -19,7 +20,7 @@
 ### XXX You may play around with these if you like; they're simply
 ###    the #defines from xcompmgr.c placed here for your convenience.
 #
-#XCOMPMGR_DEFS+=       -DCAN_DO_USABLE=0       # default: 0 (damage notification)
+XCOMPMGR_DEFS+=                -DCAN_DO_USABLE=1       # default: 0 (damage notification)
 #XCOMPMGR_DEFS+=       -DMONITOR_REPAINT=0     # default: 0 (?)
 #XCOMPMGR_DEFS+=       -DDEBUG_REPAINT=0       # default: 0 (debugging)
 #XCOMPMGR_DEFS+=       -DDEBUG_EVENTS=0        # default: 0 (debugging)



Home | Main Index | Thread Index | Old Index