diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2011-02-23 15:13:58 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2011-02-23 15:13:58 +0100 |
commit | ef3cf0a526b653ae26a928457f3f1757559c5d80 (patch) | |
tree | c616c140d4d6ae9b14fdb528c36b25f3d7cbc065 /TODO | |
parent | 4762de7978fbba95e3de54a8779cfee949f57d76 (diff) | |
download | mcwm-ef3cf0a526b653ae26a928457f3f1757559c5d80.zip |
Code cleaning.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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? |