]> git.mdlowis.com Git - proto/labwc.git/commit
Handle wlr_surface->events.new_subsurface
authorJohan Malm <jgm323@gmail.com>
Tue, 2 Mar 2021 20:37:23 +0000 (20:37 +0000)
committerJohan Malm <jgm323@gmail.com>
Tue, 2 Mar 2021 20:37:23 +0000 (20:37 +0000)
commitd54a998dd8e1a3faff4f39b8bc88597f213b3ef2
tree0b885eb60668e48b2eef55c76bdbfb75da2fba7d
parent15a7910a026bb6e34c15f7f9ea9059f22ab4aaf0
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.
include/labwc.h
src/meson.build
src/subsurface.c [new file with mode: 0644]
src/view-child.c [new file with mode: 0644]
src/view.c
src/xdg-popup.c [new file with mode: 0644]
src/xdg.c