diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-12 15:09:28 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-12 15:09:28 +0100 |
commit | 51bd043fce410d04fcfa4a0ddc3c138aa803e7d8 (patch) | |
tree | ebfe6b25c8ca5aae1d1a64822e6eac244c3496c3 | |
parent | 073271c5a48aec74fdf12e6e857a1821b926bdd2 (diff) |
TODO: keypad-movement + antialiasing can't be done better, apparently.
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |