Introduction
Introduction Statistics Contact Development Disclaimer Help
tremoved ungrabkeys again (because of sander's mail) - dwm - [fork] customized …
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 0fe52c63ea9382a940afa7573993218ead14c2cf
parent 28a52197c43136945defebe1e8be82812a0e53cf
Author: Anselm R.Garbe <[email protected]>
Date: Mon, 14 Aug 2006 11:38:43 +0200
removed ungrabkeys again (because of sander's mail)
Diffstat:
M dwm.h | 1 -
M event.c | 16 ----------------
M main.c | 1 -
3 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/dwm.h b/dwm.h
t@@ -108,7 +108,6 @@ extern unsigned int textw(const char *text);
/* event.c */
extern void grabkeys();
-extern void ungrabkeys();
/* main.c */
extern int getproto(Window w);
diff --git a/event.c b/event.c
t@@ -370,19 +370,3 @@ grabkeys()
GrabModeAsync, GrabModeAsync);
}
}
-
-void
-ungrabkeys()
-{
- static unsigned int len = sizeof(key) / sizeof(key[0]);
- unsigned int i;
- KeyCode code;
-
- for(i = 0; i < len; i++) {
- code = XKeysymToKeycode(dpy, key[i].keysym);
- XUngrabKey(dpy, code, key[i].mod, root);
- XUngrabKey(dpy, code, key[i].mod | LockMask, root);
- XUngrabKey(dpy, code, key[i].mod | NUMLOCKMASK, root);
- XUngrabKey(dpy, code, key[i].mod | NUMLOCKMASK | LockMask, roo…
- }
-}
diff --git a/main.c b/main.c
t@@ -22,7 +22,6 @@ static Bool otherwm;
static void
cleanup()
{
- ungrabkeys();
while(sel) {
resize(sel, True, TopLeft);
unmanage(sel);
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.