[gtk/wip/matthiasc/popup4: 52/140] widget: Stop using child surface apis
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/popup4: 52/140] widget: Stop using child surface apis
- Date: Mon, 29 Apr 2019 02:46:04 +0000 (UTC)
commit 6cc1e557dd98dff7fd3aa0ed32c54e27f8a02cc2
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 15c5774fcf..26bcbb040a 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -13201,10 +13201,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]