From 66779122ad298b27315b435339ca83960c6c2d41 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 31 Oct 2020 20:42:35 +0100 Subject: Some performance improvements --- libgui/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgui/gui.c') diff --git a/libgui/gui.c b/libgui/gui.c index 72de970..399192f 100644 --- a/libgui/gui.c +++ b/libgui/gui.c @@ -277,7 +277,7 @@ void gui_event_loop(struct element *container) s[l + 1] = '\0'; gui_sync_text_input(focused); merge_elements(get_root(focused->window_id)); - gfx_redraw(); + gfx_redraw_focused(); // Only redraw window } if (focused && focused->event.on_key && event->ch) { -- cgit v1.2.3