[xorg-commit-diffs] xc/programs/Xserver/hw/xwin winkeyhook.c,
1.1.2.3, 1.1.2.4
Harold L Hunt II
xorg-commit at pdx.freedesktop.org
Fri Apr 9 10:02:38 PDT 2004
Committed by: harold
Update of /cvs/xorg/xc/programs/Xserver/hw/xwin
In directory pdx:/tmp/cvs-serv7474
Modified Files:
Tag: CYGWIN
winkeyhook.c
Log Message:
Don't trap the Windows keys for now.
Index: winkeyhook.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/Attic/winkeyhook.c,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- a/winkeyhook.c 4 Apr 2004 03:30:10 -0000 1.1.2.3
+++ b/winkeyhook.c 9 Apr 2004 17:02:35 -0000 1.1.2.4
@@ -79,7 +79,10 @@
case WM_KEYUP: case WM_SYSKEYUP:
fPassKeystroke =
((p->vkCode == VK_TAB) && ((p->flags & LLKHF_ALTDOWN) != 0))
- || (p->vkCode == VK_LWIN) || (p->vkCode == VK_RWIN);
+#if 0
+ || (p->vkCode == VK_LWIN) || (p->vkCode == VK_RWIN)
+#endif
+ ;
break;
}
}
More information about the xorg-commit-diffs
mailing list