popups handled properly

This commit is contained in:
vaxerski
2022-03-20 14:00:46 +01:00
parent 332fa8a802
commit decb2f638d
6 changed files with 100 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ public:
DYNLISTENER(destroyWindow);
DYNLISTENER(setTitleWindow);
DYNLISTENER(fullscreenWindow);
DYNLISTENER(newPopupXDG);
union {
wlr_xdg_surface* xdg;