1
0
Fork 0

2008-07-13 Matthew Allum <mallum@openedhand.com>

* clutter/x11/clutter-x11-texture-pixmap.c:
        Call XSync in unredirect X error trap (Thanks to Andy Wingo)
This commit is contained in:
Matthew Allum 2008-07-13 22:54:19 +00:00
parent 9faac520e4
commit d5369aa9bf
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-07-13 Matthew Allum <mallum@openedhand.com>
* clutter/x11/clutter-x11-texture-pixmap.c:
Call XSync in unredirect X error trap (Thanks to Andy Wingo)
2008-07-13 Neil Roberts <neil@o-hand.com>
* build/mingw/mingw-cross-compile.sh: Avoid using the --strip

View file

@ -985,7 +985,7 @@ clutter_x11_texture_pixmap_set_window (ClutterX11TexturePixmap *texture,
priv->window,
priv->window_redirect_automatic ?
CompositeRedirectAutomatic : CompositeRedirectManual);
XSync (clutter_x11_get_default_display (), False);
clutter_x11_untrap_x_errors ();
}