summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index de18c83..16b8f2e 100644
--- a/src/window.h
+++ b/src/window.h
@@ -92,7 +92,7 @@ struct stl_window {
void (*set_cursor)(struct stl_window *window, u8);
void (*set_decorations)(struct stl_window *, bool);
#ifdef STELA_POLL_INLINE
- bool (*poll)(struct stl_window *, bool);
+ void (*poll)(struct stl_window *, bool);
#ifdef STELA_PAUSE
void (*wake)(struct stl_window *);
#endif