summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 41a4eaa..df4ee05 100644
--- a/src/window.h
+++ b/src/window.h
@@ -14,5 +14,6 @@ struct window_s {
xdg_toplevel_t xdg_toplevel;
};
-bool wayc_window_init(struct window_s *window, struct eventloop_s *loop);
+bool wayc_window_init(struct window_s *window, const char *name,
+ struct eventloop_s *loop);
void wayc_window_deinit(struct window_s *window);