aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarvin Borner2020-08-22 21:58:07 +0200
committerMarvin Borner2020-08-22 21:58:07 +0200
commit32f63ffc96f7f7ec6c504b8f50292316f026dd21 (patch)
treeead182bca5c38ddde00ecd706ae3fc3ca6981142 /apps
parent8bb7b5cceaaf96a5dd6321d35aae28748896d87b (diff)
Fixed events
Diffstat (limited to 'apps')
-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?