diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 12:54:18 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 12:54:18 +0100 |
| commit | 949cceeaa87a76d647660d3585ef9338bfaa3781 (patch) | |
| tree | 266d15b3a270bf0357e19f5058d75df67df7ea41 /src/window.h | |
| parent | b9d3576c1402c530aef200e8832f13eecda5070d (diff) | |
formatting
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/window.h b/src/window.h index c302c2f..2cfa36e 100644 --- a/src/window.h +++ b/src/window.h @@ -7,7 +7,7 @@ struct eventloop_s; typedef u32 window_id_t; struct window_s { - struct eventloop_s *loop; + struct eventloop_s* loop; window_id_t id; wl_surface_t surface; @@ -15,7 +15,7 @@ struct window_s { xdg_toplevel_t xdg_toplevel; }; -bool wayc_window_init(struct window_s *window, const char *name, - struct eventloop_s *loop); -void wayc_window_deinit(struct window_s *window); -void wayc_window_redraw(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); +void wayc_window_redraw(struct window_s* window, struct eventloop_s* loop); |
