[gtk/wip/matthiasc/popup5: 22/75] widget: Stop using child surface apis
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/popup5: 22/75] widget: Stop using child surface apis
- Date: Mon, 29 Apr 2019 19:43:46 +0000 (UTC)
commit 872f334d584085b140a7dbe4f025c6f6ef449643
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 f6094ea61d..d73c321095 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -13097,10 +13097,6 @@ gtk_widget_render (GtkWidget *widget,
if (!GTK_IS_NATIVE (widget))
return;
- /* We only render double buffered on native windows */
- if (!gdk_surface_has_native (surface))
- return;
-
renderer = gtk_native_get_renderer (GTK_NATIVE (widget));
if (renderer == NULL)
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]