summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2011-03-08 12:23:52 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2011-03-08 12:23:52 +0100
commit836596868c24e1260d3e818ced6f476263d04d35 (patch)
treea7260a02ec10454e52217e60f957268fe6770332
parent4628d948a1806e89cdacfae7e59e229e3b758187 (diff)
parentef3cf0a526b653ae26a928457f3f1757559c5d80 (diff)
downloadmcwm-836596868c24e1260d3e818ced6f476263d04d35.zip
Merge branch 'master' of /home/mc/public_www/git/mcwm
-rw-r--r--TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index 10c6b51..41ad987 100644
--- a/TODO
+++ b/TODO
@@ -176,6 +176,13 @@
And a few others.
-* Use bitfields instead of extra lists for virtual screens?
+* Code cleaning
-* Dispatch table for key bindings instead of keysym->enum->case?
+ - Obivous cleanup: The event switch is way too big.
+
+ - The states are known everywhere. A tight state machine would be
+ nicer.
+
+ - Dispatch table for key bindings instead of keysym->enum->case?
+
+ - Use bitfields instead of extra lists for virtual screens?