From 3619c820f8ff5918cf122a031bde6305d32f6528 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 10 Jan 2021 13:19:50 +0100 Subject: Started procfs --- libgui/gui.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libgui/gui.c') 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: { -- cgit v1.2.3