aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mgl/window.h')
-rw-r--r--include/mgl/window.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mgl/window.h b/include/mgl/window.h
index 57e3072..7db4ecb 100644
--- a/include/mgl/window.h
+++ b/include/mgl/window.h
@@ -17,8 +17,7 @@ int mgl_window_create(mgl_window *self, const char *title, int width, int height
int mgl_window_create_with_params(mgl_window *self, const char *title, int width, int height, unsigned long parent_window, mgl_window_callback *callback, void *userdata);
void mgl_window_deinit(mgl_window *self);
-void mgl_window_show(mgl_window *self);
-void mgl_window_event_poll(mgl_window *self);
+void mgl_window_events_poll(mgl_window *self);
void mgl_window_draw(mgl_window *self);
#endif /* MGL_WINDOW_H */