From c1573dbbb3e70cad8c1f94cbed5b2abf2b124ace Mon Sep 17 00:00:00 2001 From: cflip Date: Mon, 9 Jan 2023 15:47:26 -0700 Subject: Implement basic keyboard event handling --- window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'window.h') diff --git a/window.h b/window.h index 0175838..1c2e019 100644 --- a/window.h +++ b/window.h @@ -4,7 +4,7 @@ struct editor_state; void window_init(); -int window_handle_event(); +int window_handle_event(struct editor_state *editor); void window_redraw(struct editor_state *editor); void window_destroy(); -- cgit v1.2.3