summaryrefslogtreecommitdiff
path: root/wm/wmx
diff options
context:
space:
mode:
authorfredb <fredb>2001-10-09 18:12:05 +0000
committerfredb <fredb>2001-10-09 18:12:05 +0000
commitab312a36c5d433fe355dc8da96ed5b71fd36951b (patch)
tree41b7033211d1c1d652d8ec851b356c798481d00f /wm/wmx
parent2a10caa06630e1ea3724af70116bbc54a013580b (diff)
downloadpkgsrc-ab312a36c5d433fe355dc8da96ed5b71fd36951b.tar.gz
Interpret the "Alt" key mentioned in the documentation as keysym "Alt_L",
not "Meta_L". This restores the wmx 5.0 behavior.
Diffstat (limited to 'wm/wmx')
-rw-r--r--wm/wmx/distinfo4
-rw-r--r--wm/wmx/patches/patch-aa13
2 files changed, 13 insertions, 4 deletions
diff --git a/wm/wmx/distinfo b/wm/wmx/distinfo
index 1ba4ddd962e..786b2a11e82 100644
--- a/wm/wmx/distinfo
+++ b/wm/wmx/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2001/10/07 15:03:32 fredb Exp $
+$NetBSD: distinfo,v 1.5 2001/10/09 18:12:05 fredb Exp $
SHA1 (wmx-6.tar.gz) = 89563c8c2af1d3ffbee06197928123fd03ae9c54
Size (wmx-6.tar.gz) = 86515 bytes
-SHA1 (patch-aa) = 6314e4d3b9b92c169d16b1db339782f8f773995c
+SHA1 (patch-aa) = c16877eea0dc4593b36597da0a430cb8e7aa2cba
SHA1 (patch-ab) = 2f210b6965248be688a640472fb018d62e5197d0
SHA1 (patch-ac) = 5921c882abd6769b2adf4fe26bb965982c9a5356
diff --git a/wm/wmx/patches/patch-aa b/wm/wmx/patches/patch-aa
index c60ab11c999..cb01275932f 100644
--- a/wm/wmx/patches/patch-aa
+++ b/wm/wmx/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2001/07/27 20:40:00 jlam Exp $
+$NetBSD: patch-aa,v 1.3 2001/10/09 18:12:06 fredb Exp $
---- Config.h.orig Wed May 24 11:48:59 2000
+--- Config.h.orig Wed May 24 10:48:59 2000
+++ Config.h
@@ -75,8 +75,8 @@
@@ -22,6 +22,15 @@ $NetBSD: patch-aa,v 1.2 2001/07/27 20:40:00 jlam Exp $
// append screennumber to COMMAND_MENU directory;
// use non screen style as fallback
#define CONFIG_ADD_SCREEN_TO_COMMAND_MENU False
+@@ -179,7 +179,7 @@
+ // flip channels, and Alt/Tab to switch windows. (On my 105-key
+ // PC keyboard, Meta_L corresponds to the left Windows key.)
+
+-#define CONFIG_ALT_KEY XK_Meta_L
++#define CONFIG_ALT_KEY XK_Alt_L
+
+ // And these define the rest of the keyboard controls, when the above
+ // modifier is pressed; they're keysyms as defined in <X11/keysym.h>
@@ -373,7 +373,9 @@
// that you are not currently on, some strange things happen.
// (Patch due to Henri Naccache <henri@asu.edu>)