Fix repositioning of GTK windows
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 19 Feb 2013 18:14:00 +0000 (19:14 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 19 Feb 2013 18:14:00 +0000 (19:14 +0100)
commit983466ab2643579135ec6b14102ba1c95c336678
tree96f5af93eb519abf17611868e5d094e96f886f34
parent3f3e635b9d6b566d2f696d77c91fc3a10ba41680
Fix repositioning of GTK windows

After 'hide' and 'show' GTK would not position the window in the same place,
but center it on the parent. Now we reposition the window after 'show' based
on the WindowPlacement data (if available).
gtk/xoptions.c