Daniel Drake 7bfc9109f7 frame: remove unnecessary server grab
meta_window_ensure_frame() creates its own grab and has a comment
claiming that it must be called under a grab too.

But the reasoning given in the comment does not seem relevant here.
We only frame non-override-redirect windows, so we are creating
the frame in response to MapRequest. There is no way that the child
could receive a MapNotify at this point, since that only happens
much later, once we go through the CALC_SHOWING queue and call
XMapWindow() from meta_window_show().

Remove the unnecessary grab.

https://bugzilla.gnome.org/show_bug.cgi?id=721345
2014-01-07 07:17:09 -06:00
..
2013-03-14 18:02:43 -04:00
2013-10-16 01:24:35 -04:00
2013-11-21 14:24:04 -05:00
2014-01-07 07:17:09 -06:00
2014-01-07 07:17:09 -06:00
2013-11-19 14:04:16 -05:00
2009-06-16 14:17:10 -04:00
2013-10-21 23:23:54 +02:00
2013-11-19 14:04:16 -05:00
2014-01-07 07:17:06 -06:00
2013-09-03 17:00:18 +02:00
2013-11-19 20:08:46 +01:00
2013-09-11 16:01:09 +02:00
2014-01-07 07:17:06 -06:00