-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xdg: update initial maximize logic for wlroots 0.18 #2007
xdg: update initial maximize logic for wlroots 0.18 #2007
Conversation
The initial configure event is now sent explicitly by labwc rather than by wlroots. We need to move the maximize/fullscreen logic to the initial commit handling accordingly. Updates labwc#1956, fixes labwc#1994, replaces labwc#1995.
Maybe the |
The desired SSD mode is not known at this point. When it is known, kde-deco/xdg-deco will call view_set_ssd_mode() themselves.
There is still this code in
Does that address the concern? |
I think the assignment of an output in |
In that case I think we can remove the |
I agree this later assignments of |
Alright, PR LGTM, not tested. Feel free to merge if you are satisfied with it. |
The initial configure event is now sent explicitly by labwc rather than by wlroots. We need to move the maximize/fullscreen logic to the initial commit handling accordingly.
Updates #1956, fixes #1994, replaces #1995.