mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
Remove duplicate code
This commit is contained in:
parent
b8002fc0c4
commit
d21d2c8665
4 changed files with 10 additions and 33 deletions
|
|
@ -401,17 +401,6 @@ static void handle_map(struct wl_listener *listener, void *data) {
|
|||
view_update_csd_from_client(view, csd);
|
||||
}
|
||||
|
||||
if (config->popup_during_fullscreen == POPUP_LEAVE &&
|
||||
view->container->workspace &&
|
||||
view->container->workspace->fullscreen &&
|
||||
view->container->workspace->fullscreen->view &&
|
||||
xdg_surface->toplevel->parent) {
|
||||
struct sway_container *fs = view->container->workspace->fullscreen;
|
||||
if (is_transient_for(view, fs->view)) {
|
||||
container_set_fullscreen(fs, false);
|
||||
}
|
||||
}
|
||||
|
||||
if (xdg_surface->toplevel->client_pending.fullscreen) {
|
||||
container_set_fullscreen(view->container, true);
|
||||
arrange_workspace(view->container->workspace);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue