summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-08-26 17:24:51 -0400
committerAndrew Opalach <andrew@akon.city> 2026-08-26 17:24:51 -0400
commit9c4a7eb845126f068aaac0173453e803e5ea6bf8 (patch)
treef97787d6d931362fd57ad467b3f89cedcd484ef4 /src/window.h
parent0c43dcac12f606c0ac46b5f87dd3de324ff9ef04 (diff)
downloadstela-9c4a7eb845126f068aaac0173453e803e5ea6bf8.tar.gz
stela-9c4a7eb845126f068aaac0173453e803e5ea6bf8.tar.bz2
stela-9c4a7eb845126f068aaac0173453e803e5ea6bf8.zip
Add flag for when to expect POINTER_MOVE
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 66d4f38..cee8f21 100644
--- a/src/window.h
+++ b/src/window.h
@@ -72,7 +72,8 @@ struct stl_monitor {
enum {
STELA_WINDOW_VSYNC = 1,
- STELA_WINDOW_WALLPAPER = 1 << 1
+ STELA_WINDOW_WALLPAPER = 1 << 1,
+ STELA_WINDOW_SUPPORTS_POINTER_MOVE = 1 << 2
};
struct stl_window {