Chromium Code Reviews
DescriptionX11: Fix task manager able to resize to 1x1px
The call to XSetWMNormalHints in DWTHX11::MapWindow was clobbering the
WM_NORMAL_HINTS property, which includes hints about window
positioning and min/max size. I believe the intention was to only
change the PPosition hint, because it does "size_hints.flags =
PPosition". This unsets the other hints as well. The correct
behavior is to do XGetWMNormalHints before XSetWMNormalHints.
BUG=704772
R=erg@chromium.org
Review-Url: https://codereview.chromium.org/2769773004
Cr-Commit-Position: refs/heads/master@{#459517}
Committed: https://chromium.googlesource.com/chromium/src/+/58d4af36b33d601214867661b8d9e1e6c1d9fb56
Patch Set 1 #Patch Set 2 : Use read-modify-write #Messages
Total messages: 14 (8 generated)
|