summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2011-02-23 15:13:58 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2011-02-23 15:13:58 +0100
commitef3cf0a526b653ae26a928457f3f1757559c5d80 (patch)
treec616c140d4d6ae9b14fdb528c36b25f3d7cbc065 /TODO
parent4762de7978fbba95e3de54a8779cfee949f57d76 (diff)
downloadmcwm-ef3cf0a526b653ae26a928457f3f1757559c5d80.zip
Code cleaning.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index 2b4334c..c368367 100644
--- a/TODO
+++ b/TODO
@@ -144,6 +144,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?