summaryrefslogtreecommitdiff
path: root/wm/icewm/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-11-09 07:58:14 +0000
committerxtraeme <xtraeme>2004-11-09 07:58:14 +0000
commita244273c92689cea8544aec7a5828b4722f2530c (patch)
tree283c0aae1b03c3e4f11d8c0049778021d9f9ab2b /wm/icewm/patches
parent3e90b4182ce1b2a0309bc7ad1d4f6e9e41c5f457 (diff)
downloadpkgsrc-a244273c92689cea8544aec7a5828b4722f2530c.tar.gz
Apply patch from Richard Braun to fix the Numlock+Win95 keys problem
reported in http://mail-index.netbsd.org/tech-pkg/2004/10/21/0008.html.
Diffstat (limited to 'wm/icewm/patches')
-rw-r--r--wm/icewm/patches/patch-ae22
1 files changed, 22 insertions, 0 deletions
diff --git a/wm/icewm/patches/patch-ae b/wm/icewm/patches/patch-ae
new file mode 100644
index 00000000000..5d6b6e6315c
--- /dev/null
+++ b/wm/icewm/patches/patch-ae
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.9 2004/11/09 07:58:14 xtraeme Exp $
+
+--- src/wmmgr.cc.orig 2004-11-09 08:54:16.000000000 +0100
++++ src/wmmgr.cc 2004-11-09 08:55:05.000000000 +0100
+@@ -203,7 +203,7 @@
+ if (xapp->WinMask && win95keys) {
+ /// !!! fix -- allow apps to use remaining key combos (except single press)
+ if (xapp->Win_L) {
+-#if 0
++#if 1
+ grabKey(xapp->Win_L, 0);
+ #else
+
+@@ -214,7 +214,7 @@
+ #endif
+ }
+ if (xapp->Win_R) {
+-#if 0
++#if 1
+ grabKey(xapp->Win_R, 0);
+ #else
+ KeyCode keycode = XKeysymToKeycode(xapp->display(), xapp->Win_R);