diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2011-03-08 12:23:52 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2011-03-08 12:23:52 +0100 |
commit | 836596868c24e1260d3e818ced6f476263d04d35 (patch) | |
tree | a7260a02ec10454e52217e60f957268fe6770332 /TODO | |
parent | 4628d948a1806e89cdacfae7e59e229e3b758187 (diff) | |
parent | ef3cf0a526b653ae26a928457f3f1757559c5d80 (diff) | |
download | mcwm-836596868c24e1260d3e818ced6f476263d04d35.zip |
Merge branch 'master' of /home/mc/public_www/git/mcwm
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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? |