Revision 1a6471be172fc2da75bbc5b7e6e3b3c99dbafc51 authored by Kenny Levinsen on 19 February 2021, 17:33:20 UTC, committed by Simon Ser on 22 February 2021, 23:17:32 UTC
view_child_init was calling view_init_subsurfaces, which did not set the
parent attribute for the subchildren. This lead to the subchildren
acting as standalone children. If the parent was an xdg_popup, this
would make the subchild unaware of the popup position.

Introduce view_child_init_subsurfaces for view_child_init to use
instead.

Closes: https://github.com/swaywm/sway/issues/6038
1 parent 79e43b1
History
File Mode Size
.builds
.github
assets
client
common
completions
contrib
include
protocols
sway
swaybar
swaymsg
swaynag
.clang-format -rw-r--r-- 405 bytes
.editorconfig -rw-r--r-- 315 bytes
.gitignore -rw-r--r-- 137 bytes
CONTRIBUTING.md -rw-r--r-- 8.4 KB
LICENSE -rw-r--r-- 1.0 KB
README.de.md -rw-r--r-- 2.2 KB
README.dk.md -rw-r--r-- 2.1 KB
README.es.md -rw-r--r-- 2.0 KB
README.fr.md -rw-r--r-- 2.5 KB
README.ja.md -rw-r--r-- 2.7 KB
README.ko.md -rw-r--r-- 2.1 KB
README.md -rw-r--r-- 3.2 KB
README.nl.md -rw-r--r-- 2.1 KB
README.pl.md -rw-r--r-- 2.1 KB
README.pt.md -rw-r--r-- 2.3 KB
README.ro.md -rw-r--r-- 2.2 KB
README.ru.md -rw-r--r-- 3.1 KB
README.uk.md -rw-r--r-- 3.6 KB
README.zh-CN.md -rw-r--r-- 1.7 KB
README.zh-TW.md -rw-r--r-- 1.9 KB
config.in -rw-r--r-- 6.8 KB
meson.build -rw-r--r-- 9.0 KB
meson_options.txt -rw-r--r-- 990 bytes
sway.desktop -rw-r--r-- 97 bytes

README.md

back to top