summaryrefslogtreecommitdiff
path: root/src/window_wayland.h
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-08-25 19:48:15 -0400
committerAndrew Opalach <andrew@akon.city> 2026-08-25 19:48:15 -0400
commitf48520c10ba822e13ef119f626b85fc081f96124 (patch)
tree8672a171b616b82feb74478d29f4205cf06488e9 /src/window_wayland.h
parenta35c47d401335e81f25c2c78611dcb7785f703da (diff)
downloadstela-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.h1
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;
};