mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-10 07:45:59 +01:00
parent
c8873b958d
commit
ab0a3268e0
1 changed files with 3 additions and 2 deletions
|
@ -666,8 +666,9 @@ CXDGWMBase::CXDGWMBase(SP<CXdgWmBase> resource_) : resource(resource_) {
|
|||
return;
|
||||
}
|
||||
|
||||
RESOURCE->self = RESOURCE;
|
||||
SURF->role = RESOURCE;
|
||||
RESOURCE->self = RESOURCE;
|
||||
RESOURCE->surface = SURF;
|
||||
SURF->role = RESOURCE;
|
||||
|
||||
surfaces.emplace_back(RESOURCE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue