mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +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
e266f6517d
commit
f3311f2b1e
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
|
//avoid flickering when resizing or obscuring the main window
|
||||||
gtk_widget_set_app_paintable(widget, TRUE);
|
gtk_widget_set_app_paintable(widget, TRUE);
|
||||||
gtk_widget_set_double_buffered(widget, FALSE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue