Introduction
Introduction Statistics Contact Development Disclaimer Help
tcompile fix - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 31451c3ad36cac5275d9a67c24d45887a9810114
parent 344f35f9f55b615e5d7c46f863578f1cc974cc54
Author: [email protected] <unknown>
Date: Sat, 17 Nov 2012 19:12:10 +0100
compile fix
Diffstat:
M dwm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -1069,7 +1069,7 @@ keypress(XEvent *e) {
XKeyEvent *ev;
ev = &e->xkey;
- if(usexkb) {
+ if(usexkb)
keysym = XkbKeycodeToKeysym(dpy, (KeyCode)ev->keycode, 0, 0);
else
keysym = XKeycodeToKeysym(dpy, (KeyCode)ev->keycode, 0);
t@@ -1636,7 +1636,7 @@ setup(void) {
XChangeWindowAttributes(dpy, root, CWEventMask|CWCursor, &wa);
XSelectInput(dpy, root, wa.event_mask);
/* init xkb */
- usexkb = XkbQueryExtension(dpy, &dummy, &dummy, &dummy, &xkb_major, &x…
+ usexkb = XkbQueryExtension(dpy, &dummy, &dummy, &dummy, &xkbmajor, &xk…
grabkeys();
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.