summaryrefslogtreecommitdiff
path: root/framebuffer/fb_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/fb_gui.c')
-rw-r--r--framebuffer/fb_gui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/framebuffer/fb_gui.c b/framebuffer/fb_gui.c
index b769ece06..07a615251 100644
--- a/framebuffer/fb_gui.c
+++ b/framebuffer/fb_gui.c
@@ -208,11 +208,11 @@ void gui_poll(bool active)
// LOG(("enter fetch_poll"));
if (active)
fetch_poll();
+
//LOG(("enter schedule run"));
- schedule_run();
+ active = schedule_run() | active;
-
- fb_os_input(input_window);
+ fb_os_input(input_window, active);
if (redraws_pending == true) {
struct gui_window *g;