diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 11:03:18 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 11:03:18 +0100 |
| commit | 6b82cee41f6d144ddb302f696806d3a4dfeee48a (patch) | |
| tree | 7d5350abfedacdc829d3e60ac4baf092437bba3f /src/window.h | |
| parent | f1c6331ec81002f87b68b17d4473fcdfaecfdcbf (diff) | |
set window name
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 3 |
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); |
