aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-07-11 15:10:24 +0200
committerFederico Angelilli <code@fedang.net>2024-07-11 15:10:24 +0200
commit6942efee2d41a768501e23bd06f38dbb4fde197b (patch)
tree9f7723da2d5e21ffe1f47c2cf4e68363ec2f75b4 /src/window.h
parent226c6b5bf79912b657c7cb4c5a679891030fa453 (diff)
Copy blocks
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);