wayland: undo the 'has_decorations' override
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6e2b0ff097
commit
4c331ad2da
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ static void setup_popup(MwLL r, int x, int y, MwLL parent) {
|
|||
|
||||
/* check now if we have decorations so that everything else can act accordingly */
|
||||
if(shget(r->wayland.wl_protocol_map, zxdg_decoration_manager_v1_interface.name) != NULL) {
|
||||
// r->wayland.has_decorations = MwTRUE;
|
||||
r->wayland.has_decorations = MwTRUE;
|
||||
}
|
||||
|
||||
r->wayland.popup->xdg_wm_base = WAYLAND_GET_INTERFACE(r->wayland, xdg_wm_base)->context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue