mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
input: Query scene graph for relevant surface/node intersections
This commit is contained in:
parent
946fc80945
commit
5b8b505af5
7 changed files with 93 additions and 412 deletions
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
enum sway_scene_descriptor_type {
|
||||
SWAY_SCENE_DESC_BUFFER_TIMER,
|
||||
SWAY_SCENE_DESC_NON_INTERACTIVE,
|
||||
SWAY_SCENE_DESC_CONTAINER,
|
||||
SWAY_SCENE_DESC_VIEW,
|
||||
SWAY_SCENE_DESC_DRAG_ICON,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue