[gtk/wip/matthiasc/popup2: 66/103] widget: Stop using child surface apis
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/popup2: 66/103] widget: Stop using child surface apis
- Date: Tue, 26 Mar 2019 00:13:27 +0000 (UTC)
commit 591779d1521bcc0f261706d45bf1e2ee83402392
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 5302577a76..8b7398c4d0 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -12809,10 +12809,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]