This is an automated email from the git hooks/post-receive script. bluesabre pushed a commit to branch master in repository apps/parole.
commit affa969569e598007f0b3fdea395159e835ce6ae Author: Sean Davis <[email protected]> Date: Sun Mar 20 08:45:48 2016 -0400 Reenable double-buffered widget for X and XV video (probably fix LP: #1557349) --- src/gst/parole-gst.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c index 05ccdb0..359ec5b 100644 --- a/src/gst/parole-gst.c +++ b/src/gst/parole-gst.c @@ -2417,12 +2417,9 @@ parole_gst_init (ParoleGst *gst) /* * Disable double buffering on the video output to avoid * flickering when resizing the window. + * Deprecated in GTK+ 3.12, but clutter is broken so adding back. */ -#if GTK_CHECK_VERSION(3,12,0) - /* Deprecated in 3.12, noticeable regression with X, XV, no change for clutter */ -#else gtk_widget_set_double_buffered (GTK_WIDGET (gst), FALSE); -#endif } GtkWidget * -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
