summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 11:03:18 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 11:03:18 +0100
commit6b82cee41f6d144ddb302f696806d3a4dfeee48a (patch)
tree7d5350abfedacdc829d3e60ac4baf092437bba3f /src/window.h
parentf1c6331ec81002f87b68b17d4473fcdfaecfdcbf (diff)
set window name
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);