aboutsummaryrefslogtreecommitdiff
path: root/apps/wm.c
diff options
context:
space:
mode:
authorMarvin Borner2020-08-22 01:10:59 +0200
committerMarvin Borner2020-08-22 01:10:59 +0200
commit45db1523a02730a172564ca8c2be55422d5d2f0b (patch)
tree1b64e92fcc5519d3466f15a325267127d6e63905 /apps/wm.c
parente72ef04668a87702c92cebc868612b9ebb8b0ad8 (diff)
Fixed some TODOs
Diffstat (limited to 'apps/wm.c')
-rw-r--r--apps/wm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/wm.c b/apps/wm.c
index 88c0451..fa7f6de 100644
--- a/apps/wm.c
+++ b/apps/wm.c
@@ -33,6 +33,7 @@ int main(int argc, char **argv)
printf("onkey: %x\n", onkey);
map(EVENT_KEYBOARD, onkey);
+ map(EVENT_KEYBOARD, onkey);
while (1) {
};