update wlroots dep
This commit is contained in:
parent
129e99a6f6
commit
a46abd8b1a
5 changed files with 12 additions and 12 deletions
|
|
@ -816,7 +816,7 @@ void Events::listener_activateXDG(wl_listener* listener, void* data) {
|
|||
|
||||
Debug::log(LOG, "Activate request for surface at %x", E->surface);
|
||||
|
||||
if (!wlr_surface_is_xdg_surface(E->surface))
|
||||
if (!wlr_xdg_surface_try_from_wlr_surface(E->surface))
|
||||
return;
|
||||
|
||||
const auto PWINDOW = g_pCompositor->getWindowFromSurface(E->surface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue