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:
parent
9faac520e4
commit
d5369aa9bf
@ -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>
|
2008-07-13 Neil Roberts <neil@o-hand.com>
|
||||||
|
|
||||||
* build/mingw/mingw-cross-compile.sh: Avoid using the --strip
|
* build/mingw/mingw-cross-compile.sh: Avoid using the --strip
|
||||||
|
@ -985,7 +985,7 @@ clutter_x11_texture_pixmap_set_window (ClutterX11TexturePixmap *texture,
|
|||||||
priv->window,
|
priv->window,
|
||||||
priv->window_redirect_automatic ?
|
priv->window_redirect_automatic ?
|
||||||
CompositeRedirectAutomatic : CompositeRedirectManual);
|
CompositeRedirectAutomatic : CompositeRedirectManual);
|
||||||
|
XSync (clutter_x11_get_default_display (), False);
|
||||||
clutter_x11_untrap_x_errors ();
|
clutter_x11_untrap_x_errors ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user