diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 12:43:12 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 12:43:12 +0100 |
| commit | 16bedd8b739808193b527f173c0ae2053926b736 (patch) | |
| tree | b37a60612db1ba717a6262df79700fd2d7e25585 /src/window.h | |
| parent | 03ef673d02aa11ec187264d571aeface8cef1482 (diff) | |
redraw request
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index df4ee05..c302c2f 100644 --- a/src/window.h +++ b/src/window.h @@ -3,6 +3,7 @@ #include "utils.h" struct eventloop_s; + typedef u32 window_id_t; struct window_s { @@ -17,3 +18,4 @@ struct window_s { 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); |
