diff options
author | Marvin Borner | 2020-08-22 21:58:07 +0200 |
---|---|---|
committer | Marvin Borner | 2020-08-22 21:58:07 +0200 |
commit | 32f63ffc96f7f7ec6c504b8f50292316f026dd21 (patch) | |
tree | ead182bca5c38ddde00ecd706ae3fc3ca6981142 /apps | |
parent | 8bb7b5cceaaf96a5dd6321d35aae28748896d87b (diff) |
Fixed events
Diffstat (limited to 'apps')
-rw-r--r-- | apps/wm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |