view: chase wlroots b72a217fcc (fix xdg maximize not working)#1300
view: chase wlroots b72a217fcc (fix xdg maximize not working)#1300ammen99 merged 1 commit intoWayfireWM:masterfrom
Conversation
I am not sure how to test this as well, but I assume it can happen - the xdg-shell protocol doesn't seem to forbid this, wlroots emits the |
|
Should we merge this fix and open an issue to investigate the other uses of pending? |
I think it is safe to assume that we can change the other uses without problems. |
5831807 to
8dbaf9a
Compare
|
Changed the |
swaywm/wlroots#3199
I think that's the only place that needed changing… at least it seems that nobody saw any breakage other than maximize requests not working.
There are a couple
pendingaccesses right ininitialize()but I'm not sure how to even test them. Trying to e.g. launch vkquake preconfigured to start in fullscreen, it still does a fullscreen request later rather than initializing with fullscreen already pending.