swayfx/sway/tree
Cédric Cabessa 445a09575c fix #2355: "move workspace to output up" crashes
when using 2 display, if scaling is different
`container_update_textures_recursive` is called when moving workspace on
different display.
We need to call `container_update_title_textures` only for container of type
"CONTAINER" or "VIEW" in order to be consistent with the assert in
`update_title_texture`.
2018-07-25 17:06:50 +02:00
..
arrange.c Simplify transactions by utilising a dirty flag on containers 2018-07-14 23:14:55 +10:00
container.c fix #2355: "move workspace to output up" crashes 2018-07-25 17:06:50 +02:00
layout.c reverted includes of "sway/config.h" and replaced with "config.h" from meson build 2018-07-25 13:32:20 +02:00
output.c Update for swaywm/wlroots#1126 2018-07-09 22:54:30 +01:00
view.c more style fixes, reorder config.h include 2018-07-25 13:43:21 +02:00
workspace.c Merge pull request #2165 from swaywm/pid-workspaces 2018-07-24 14:44:01 -04:00