diff options
| author | 2026-08-25 19:48:15 -0400 | |
|---|---|---|
| committer | 2026-08-25 19:48:15 -0400 | |
| commit | f48520c10ba822e13ef119f626b85fc081f96124 (patch) | |
| tree | 8672a171b616b82feb74478d29f4205cf06488e9 /src/window_wayland.h | |
| parent | a35c47d401335e81f25c2c78611dcb7785f703da (diff) | |
| download | stela-f48520c10ba822e13ef119f626b85fc081f96124.tar.gz stela-f48520c10ba822e13ef119f626b85fc081f96124.tar.bz2 stela-f48520c10ba822e13ef119f626b85fc081f96124.zip | |
Raw input + drag and drop on Windows, cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/window_wayland.h')
| -rw-r--r-- | src/window_wayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_wayland.h b/src/window_wayland.h index ad0f572..db20187 100644 --- a/src/window_wayland.h +++ b/src/window_wayland.h @@ -47,6 +47,7 @@ struct stl_wayland_global { struct stl_monitor_wayland { struct stl_monitor m; + u32 wln; struct wl_output *output; struct zxdg_output_v1 *xdg_output; }; |