修复窗口全屏后其他窗口未重新布局问题
This commit is contained in:
@@ -429,8 +429,8 @@ void client_set_fullscreen(client_t *client, bool fullscreen) {
|
|||||||
_NET_WM_STATE, XCB_ATOM_ATOM, 32, 0, 0);
|
_NET_WM_STATE, XCB_ATOM_ATOM, 32, 0, 0);
|
||||||
client_change_border_width(client, client->old_border_width);
|
client_change_border_width(client, client->old_border_width);
|
||||||
client_apply_geometry(client, client->old_geometry);
|
client_apply_geometry(client, client->old_geometry);
|
||||||
monitor_arrange(client->monitor);
|
|
||||||
}
|
}
|
||||||
|
monitor_arrange(client->monitor);
|
||||||
client_focus(client);
|
client_focus(client);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user