examples: fix gtk+ 3.14 deprecation error
authorLubosz Sarnecki <lubosz@gmail.com>
Tue, 5 Aug 2014 10:07:08 +0000 (12:07 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Thu, 21 Aug 2014 07:39:01 +0000 (17:39 +1000)
https://developer.gnome.org/gtk3/3.13/GtkWidget.html#gtk-widget-set-double-buffered

https://bugzilla.gnome.org/show_bug.cgi?id=734482

tests/examples/gl/gtk/switchvideooverlay/main.cpp

index 440d5ce..e8378b8 100644 (file)
@@ -118,7 +118,6 @@ static void area_realize_cb(GtkWidget* widget, gpointer data)
 
     //avoid flickering when resizing or obscuring the main window
     gtk_widget_set_app_paintable(widget, TRUE);
-    gtk_widget_set_double_buffered(widget, FALSE);
 }