diff options
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 3 |
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 { |