summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-18 16:45:55 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:13 +0900
commit87e635e8431ed21df8391f96f51e01b3233610b6 (patch)
treec7b281567d2aa0877889ce393ab1643a3edd35aa /player
parentb0759abe9c8afbcb83e713302b1884fc0a59fe8b (diff)
downloadmpv-87e635e8431ed21df8391f96f51e01b3233610b6.tar.bz2
mpv-87e635e8431ed21df8391f96f51e01b3233610b6.tar.xz
x11: fix mysterious issue with window embedding on OpenBox
For some reason, when using window embedding, and the window manager is OpenBox, calling XSetWMNormalHints() before the window is mapped, the initial window position will be off. It leaves some vertical space, instead of placing it on the top/left corner. Suspiciously, the vertical space is as much as a the height of normal window decoration. I don't know what kind of issue this is. Possibly an OpenBox bug, but then this happens even if the override-redirect flag is set. (This flag basically tells the X server to ignore the window manager. Normally we don't set it.) On other window managers, it works fine. So I don't know why this is happening. But this is easy to workaround. XSetWMNormalHints() isn't needed at all if embedding. Should fix #1235.
Diffstat (limited to 'player')
0 files changed, 0 insertions, 0 deletions