summary refs log tree commit diff
path: root/screen.c
diff options
context:
space:
mode:
authoroga <oga>2008-05-01 18:01:13 +0000
committeroga <oga>2008-05-01 18:01:13 +0000
commitcd0ce468175113c2bd7fdae285a7fe508151fc5b (patch)
treedfbbf298b6b76de0c14ae782186147cda470f248 /screen.c
parent79569a4d5963e27f9e3180b9249ceba32be8ac99 (diff)
downloadcwm-cd0ce468175113c2bd7fdae285a7fe508151fc5b.tar.gz
cwm-cd0ce468175113c2bd7fdae285a7fe508151fc5b.tar.xz
cwm-cd0ce468175113c2bd7fdae285a7fe508151fc5b.zip
Rework the alt-tabbing code to be a lot simpler.
Diff mostly from Edd Barrett, with some minor changes from me.
Unfortunately the issue where apps like gvim and xpdf are stealing
keyrelease events causing the ordering to be messed up, but this is a
lot better. A fix for the aforementioned issue shall be forthcoming,
once a good one's been found.

ok okan@, also tested by todd@
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/screen.c b/screen.c
index 78344af..02d92b2 100644
--- a/screen.c
+++ b/screen.c
@@ -69,7 +69,4 @@ screen_updatestackingorder(void)
 void
 screen_init(void)
 {
-	struct screen_ctx *sc = screen_current();
-
-	sc->cycle_client = NULL;
 }