[gtk/wip/matthiasc/popup4: 35/93] widget: Stop using child surface apis
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/popup4: 35/93] widget: Stop using child surface apis
- Date: Mon, 22 Apr 2019 16:40:10 +0000 (UTC)
commit 26ff3906097c61e3d406c5e61a64e3235e2f436e
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Mar 23 02:01:52 2019 -0400
widget: Stop using child surface apis
All our surfaces are toplevels now, and thus all native.
gtk/gtkwidget.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index b9950b5828..97eb43e280 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -12989,10 +12989,6 @@ gtk_widget_render (GtkWidget *widget,
if (!GTK_IS_ROOT (widget))
return;
- /* We only render double buffered on native windows */
- if (!gdk_surface_has_native (surface))
- return;
-
renderer = gtk_root_get_renderer (GTK_ROOT (widget));
if (renderer == NULL)
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]