aboutsummaryrefslogtreecommitdiff
path: root/apps/wm.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wm.c')
-rw-r--r--apps/wm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wm.c b/apps/wm.c
index 5896e92..ffb1b4d 100644
--- a/apps/wm.c
+++ b/apps/wm.c
@@ -34,7 +34,7 @@ int main(int argc, char **argv)
gui_init("/font/spleen-16x32.psfu");
gui_write(vbe, 50, 50, text, "hallo");
- //event_map(EVENT_KEYBOARD, onkey); // TODO: Fix events
+ event_map(EVENT_KEYBOARD, onkey);
struct message *msg;
while (1) { // TODO: Remove continuous polling?