Adel Gadllah 2942b22ccf screen: Don't try to move / resize OR windows on montior change
meta_screen_resize calls meta_window_update_for_monitors_changed for all
windows including OR windows when the monitors change (or screen size).

This calls meta_window_move_between_rects for the window which attempts to
move the OR window by calling meta_window_move_resize.

meta_window_move_resize refuses to do anything on OR windows (just returns
for OR windows).

This causes a storm of assert messages when the screen
resolution changes while an OR window is visible.
(like the one gnome-control-center displays with the monitor name).

Fix that by not calling meta_window_update_for_monitors_changed for OR windows
and let the applications handle them by themselves.

https://bugzilla.gnome.org/show_bug.cgi?id=693540
2013-02-10 20:43:03 +01:00
..
2013-02-08 14:23:38 -05:00
2012-04-24 15:20:39 -04:00
2012-04-24 15:20:39 -04:00
2009-06-16 14:17:10 -04:00
2009-06-16 14:17:10 -04:00
2011-08-24 09:38:23 -04:00
2009-06-16 14:17:10 -04:00
2012-11-02 11:45:11 -04:00
2012-04-24 15:20:39 -04:00
2013-02-06 00:08:04 -05:00
2013-02-06 00:08:04 -05:00