summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-12 15:09:28 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-12 15:09:28 +0100
commit51bd043fce410d04fcfa4a0ddc3c138aa803e7d8 (patch)
treeebfe6b25c8ca5aae1d1a64822e6eac244c3496c3
parent073271c5a48aec74fdf12e6e857a1821b926bdd2 (diff)
TODO: keypad-movement + antialiasing can't be done better, apparently.
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2342152..e011827 100644
--- a/TODO
+++ b/TODO
@@ -17,4 +17,6 @@ then resizing the window) causing imlib2 warnings.
remove it.
<keypad begin> antialieses the image, but doing that automatically upon
-key release would be better.
+key release would be better. However, I couldn't find a way to do that so far.
+Even when holding down a key, everytime the eventloop runs I get a
+KeyRelease event.