From ef3cf0a526b653ae26a928457f3f1757559c5d80 Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Wed, 23 Feb 2011 15:13:58 +0100 Subject: Code cleaning. --- TODO | 11 +++++++++-- 1 file 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? -- cgit v1.2.3