mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Merge pull request #2358 from CedricCabessa/fix-2355-move-workspace-crashes
fix #2355: "move workspace to output up" crashes
This commit is contained in:
commit
6a8d1e5044
@ -68,7 +68,9 @@ void container_create_notify(struct sway_container *container) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void container_update_textures_recursive(struct sway_container *con) {
|
static void container_update_textures_recursive(struct sway_container *con) {
|
||||||
container_update_title_textures(con);
|
if (con->type == C_CONTAINER || con->type == C_VIEW) {
|
||||||
|
container_update_title_textures(con);
|
||||||
|
}
|
||||||
|
|
||||||
if (con->type == C_VIEW) {
|
if (con->type == C_VIEW) {
|
||||||
view_update_marks_textures(con->sway_view);
|
view_update_marks_textures(con->sway_view);
|
||||||
|
Loading…
Reference in New Issue
Block a user