[Xfce4-commits] [apps/parole] 01/01: Reenable double-buffered widget for X and XV video (probably fix LP: #1557349)
noreply at xfce.org
noreply at xfce.org
Sun Mar 20 13:45:55 CET 2016
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 <smd.seandavis at gmail.com>
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.
More information about the Xfce4-commits
mailing list