mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
Patch from Greg Hudson to make sure window position is calculated
2005-05-26 Elijah Newren <newren@gmail.com> * src/window.c (meta_window_configure_request): Patch from Greg Hudson to make sure window position is calculated correctly for reconfigure requests when part of the XWindowChanges structure is uninitialized. Fixes #305257.
This commit is contained in:
parent
7b416a0a2d
commit
be49961944
@ -1,3 +1,10 @@
|
|||||||
|
2005-05-26 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
|
* src/window.c (meta_window_configure_request): Patch from Greg
|
||||||
|
Hudson to make sure window position is calculated correctly for
|
||||||
|
reconfigure requests when part of the XWindowChanges structure is
|
||||||
|
uninitialized. Fixes #305257.
|
||||||
|
|
||||||
2005-05-26 Ray Strode <rstrode@redhat.com>
|
2005-05-26 Ray Strode <rstrode@redhat.com>
|
||||||
|
|
||||||
Actually commit the stuff mentioned in the last
|
Actually commit the stuff mentioned in the last
|
||||||
|
@ -4016,6 +4016,7 @@ meta_window_configure_request (MetaWindow *window,
|
|||||||
* and give windows a border of 0. But we save the
|
* and give windows a border of 0. But we save the
|
||||||
* requested border here.
|
* requested border here.
|
||||||
*/
|
*/
|
||||||
|
if (event->xconfigurerequest.value_mask & CWBorderWidth)
|
||||||
window->border_width = event->xconfigurerequest.border_width;
|
window->border_width = event->xconfigurerequest.border_width;
|
||||||
|
|
||||||
/* We're ignoring the value_mask here, since sizes
|
/* We're ignoring the value_mask here, since sizes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user