summaryrefslogtreecommitdiffstats
path: root/swaylock
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-04-09 22:51:58 +0200
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-04-09 23:20:26 +0200
commitcfea40dce3b203962a61b6f745bffebad43d19a6 (patch)
tree2b2bd1e9196d6e7ef98d58f88b0cecfea7f7d9b2 /swaylock
parentOnly update geometry of single floating view (diff)
downloadsway-cfea40dce3b203962a61b6f745bffebad43d19a6.tar.gz
sway-cfea40dce3b203962a61b6f745bffebad43d19a6.tar.zst
sway-cfea40dce3b203962a61b6f745bffebad43d19a6.zip
Don't init desired width/height on new_view
When creating a new view, wlc usually returns an initial geometry with size 1x1. Setting those values as desired width/height causes a problem for some windows (QT5) because they don't request a new geometry for instance when made floating, so the floating window becomes 1x1. To fix this problem we can just omit setting the desired width/height on new_view and instead let the clients request a certain size if they feel like it. e.i. gnome-calculator. Fix #578
Diffstat (limited to 'swaylock')
0 files changed, 0 insertions, 0 deletions