From a6fa0ebe77df9d1750ba3d035f55282dde9dcc87 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 23 Oct 2022 14:21:47 +0100 Subject: Synchronise rendering with surface update. This fixes an issue where receiving multiple keypresses in the time taken to draw a frame could cause input to be out of sync with the display. --- src/input.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/input.c') diff --git a/src/input.c b/src/input.c index 2099863..0f69a05 100644 --- a/src/input.c +++ b/src/input.c @@ -86,7 +86,6 @@ void input_handle_keypress(struct tofi *tofi, xkb_keycode_t keycode) return; } - entry_update(&tofi->window.entry); tofi->window.surface.redraw = true; } -- cgit v1.2.3