mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
examples: fix gtk+ 3.14 deprecation error
https://developer.gnome.org/gtk3/3.13/GtkWidget.html#gtk-widget-set-double-buffered https://bugzilla.gnome.org/show_bug.cgi?id=734482
This commit is contained in:
parent
ddaaff3376
commit
57a96ce3e1
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue