summaryrefslogtreecommitdiff
path: root/wm/evilwm/patches/patch-aa
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2006-01-03 14:31:36 +0000
committersketch <sketch@pkgsrc.org>2006-01-03 14:31:36 +0000
commit3b3348c74dbd6aa4ebfab8fad463e7fbd4beb477 (patch)
tree5f9a313416d6b3d84fe50815ed741aaba9ba3ce7 /wm/evilwm/patches/patch-aa
parent6b601254d3f3778ed604581c20e12e4aadb55a04 (diff)
downloadpkgsrc-3b3348c74dbd6aa4ebfab8fad463e7fbd4beb477.tar.gz
Update evilwm to 0.99.19. Changes:
2005-10-06 Info window movement made a bit more sensible. Don't remove clients from within error handler, instead flag for removal. While removing client, only reparent to root if window is withdrawn or window manager is shutting down (fixes xpdf-in-firefox bug). Window close key with shift held will XKillClient(). LD: Replace logic to decide if we have a shaped window (cribbed from fvwm-2.5.10). LD: Warp mouse pointer to a visible point in shaped windows. 2005-12-29 Documentation updates.
Diffstat (limited to 'wm/evilwm/patches/patch-aa')
-rw-r--r--wm/evilwm/patches/patch-aa20
1 files changed, 1 insertions, 19 deletions
diff --git a/wm/evilwm/patches/patch-aa b/wm/evilwm/patches/patch-aa
index 812666c2cfc..477011d01f4 100644
--- a/wm/evilwm/patches/patch-aa
+++ b/wm/evilwm/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.11 2005/06/07 15:01:09 sketch Exp $
+$NetBSD: patch-aa,v 1.12 2006/01/03 14:31:36 sketch Exp $
--- Makefile.orig 2005-06-02 18:22:49.000000000 +0100
+++ Makefile 2005-06-07 08:54:32.000000000 +0100
@@ -11,21 +11,3 @@ $NetBSD: patch-aa,v 1.11 2005/06/07 15:01:09 sketch Exp $
# To support virtual desktops, uncomment the following line.
DEFINES += -DVWM
-@@ -56,7 +56,7 @@
- #DEFINES += -DKEY_KILL=XK_q
-
- # Print whatever debugging messages I've left in this release.
--DEFINES += -DDEBUG # miscellaneous debugging
-+#DEFINES += -DDEBUG # miscellaneous debugging
-
- # ----- You shouldn't need to change anything under this line ------ #
-
-@@ -64,7 +64,7 @@
-
- distname = evilwm-$(version)
-
--DEFINES += -DXDEBUG # show some X calls
-+#DEFINES += -DXDEBUG # show some X calls
-
- DEFINES += -DVERSION=\"$(version)\" $(DEBIAN)
- CFLAGS += $(INCLUDES) $(DEFINES) -Os -Wall