Files
gtk3/gdk
Neil Roberts 7445a59a9a win32: Never pass SWP_NOSIZE or SWP_NOMOVE to SetWindowPos
In _gdk_window_move_resize_child it tries to decide whether to pass
SWP_NOSIZE and SWP_NOMOVE based on whether the new size and position
is different from the window's existing position. However it seems
that GDK now ends up updating the window's position before calling
_gdk_window_move_resize_child so this would mean it would think the
window never changes size or position so SWP_NOSIZE|SWP_NOMOVE would
always be set. This causes child windows to never be resized.

This patch changes it so that it never passes either flag to
SetWindowPos. I don't know whether this will cause any side effects
but you'd think it shouldn't do any harm to reassert the current size.

https://bugzilla.gnome.org/show_bug.cgi?id=628049

Signed-off-by: Hans Breuer <hans@breuer.org>
2011-11-10 17:40:47 +01:00
..
2011-02-10 14:41:02 -05:00
2011-02-10 14:41:02 -05:00
2011-11-09 18:36:35 -05:00
2010-12-21 12:07:00 -05:00
2011-02-09 02:44:19 -05:00
2011-02-09 02:44:19 -05:00
2011-02-09 02:44:19 -05:00
2011-02-09 02:44:19 -05:00
2010-12-25 00:02:39 -05:00
2011-01-28 11:10:07 -05:00
2010-12-25 00:02:39 -05:00
2010-10-01 20:02:35 -04:00
2011-11-01 21:13:35 -04:00
2010-08-10 21:02:29 +02:00
2011-02-09 02:44:19 -05:00
2010-10-14 22:08:53 -04:00
2011-02-09 02:44:19 -05:00
2011-02-09 02:44:19 -05:00
2011-09-25 21:04:49 -04:00
2011-02-01 06:33:02 +01:00
2010-12-24 15:54:12 -05:00
2010-12-25 00:02:39 -05:00
2011-01-11 17:06:49 +01:00
2011-01-02 13:33:04 +01:00