mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Handle wlr_surface->events.new_subsurface
Add view-child.c, xdg-popup.c, subsurface.c in order to track damage associated with new XDG subsurfaces.
This commit is contained in:
parent
15a7910a02
commit
d54a998dd8
7 changed files with 196 additions and 78 deletions
|
|
@ -12,9 +12,12 @@ labwc_sources = files(
|
|||
'output.c',
|
||||
'seat.c',
|
||||
'server.c',
|
||||
'subsurface.c',
|
||||
'theme.c',
|
||||
'view.c',
|
||||
'view-child.c',
|
||||
'xdg.c',
|
||||
'xdg-popup.c',
|
||||
)
|
||||
|
||||
if have_xwayland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue