diff options
Diffstat (limited to 'libgui/gui.c')
-rw-r--r-- | libgui/gui.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libgui/gui.c b/libgui/gui.c index 8ab6260..9b49c2e 100644 --- a/libgui/gui.c +++ b/libgui/gui.c @@ -534,10 +534,10 @@ void gui_event_loop(struct element *container) struct message msg = { 0 }; struct element *focused = NULL; while (1) { - if (!msg_receive(&msg)) { - yield(); - continue; - } + /* if (!msg_receive(&msg)) { */ + yield(); + continue; + /* } */ switch (msg.type) { case GUI_KILL: { |