mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 14:04:11 +01:00
xdg_shell_v6: Use client_pending state instead of current
It appears client_pending is the state that should be used here.
This commit is contained in:
parent
1285f01b13
commit
2acfbc519e
@ -213,7 +213,7 @@ static void handle_map(struct wl_listener *listener, void *data) {
|
|||||||
wl_signal_add(&xdg_surface->events.new_popup,
|
wl_signal_add(&xdg_surface->events.new_popup,
|
||||||
&xdg_shell_v6_view->new_popup);
|
&xdg_shell_v6_view->new_popup);
|
||||||
|
|
||||||
if (xdg_surface->toplevel->current.fullscreen) {
|
if (xdg_surface->toplevel->client_pending.fullscreen) {
|
||||||
view_set_fullscreen(view, true);
|
view_set_fullscreen(view, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user