aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-xlib.h')
-rw-r--r--src/window-xlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-xlib.h b/src/window-xlib.h
index dbf15ad..46ed900 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -25,7 +25,7 @@ struct runes_window {
RunesWindow *runes_window_new(RunesWindowBackend *wb);
void runes_window_create_window(RunesTerm *t, int argc, char *argv[]);
void runes_window_init_loop(RunesTerm *t, RunesLoop *loop);
-void runes_window_request_flush(RunesTerm *t);
+void runes_window_flush(RunesTerm *t);
void runes_window_request_close(RunesTerm *t);
unsigned long runes_window_get_window_id(RunesTerm *t);
void runes_window_get_size(RunesTerm *t, int *xpixel, int *ypixel);