mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
Merge branch 'subsurfaces-state-flag-v2' into 'master'
surface: add WLR_SURFACE_STATE_SUBSURFACES See merge request wlroots/wlroots!4477
This commit is contained in:
commit
b96a67a5a1
3 changed files with 8 additions and 2 deletions
|
|
@ -30,6 +30,7 @@ enum wlr_surface_state_field {
|
|||
WLR_SURFACE_STATE_FRAME_CALLBACK_LIST = 1 << 7,
|
||||
WLR_SURFACE_STATE_VIEWPORT = 1 << 8,
|
||||
WLR_SURFACE_STATE_OFFSET = 1 << 9,
|
||||
WLR_SURFACE_STATE_SUBSURFACES = 1 << 10, // sub-surface added or re-ordered
|
||||
};
|
||||
|
||||
struct wlr_surface_state {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue