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:
Johan Malm 2021-03-02 20:37:23 +00:00
parent 15a7910a02
commit d54a998dd8
7 changed files with 196 additions and 78 deletions

View file

@ -1,7 +1,7 @@
#include "labwc.h"
#include <stdio.h>
#include <assert.h>
void
view_move_resize(struct view *view, struct wlr_box geo)
{