aboutsummaryrefslogtreecommitdiff
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 74cc231..ca38bb5 100644
--- a/src/window.h
+++ b/src/window.h
@@ -24,7 +24,7 @@ void window_move(window_t *window, int x, int y);
void window_resize(window_t *window, int width, int height);
-void window_present(window_t *window, cairo_surface_t *surface, int width, int height);
+void window_present(window_t *window, cairo_surface_t *surface);
void window_close(window_t *window);