[gtk/present-toplevel-2: 66/79] surface: drop type hints



commit efa44afb5bfce50f672b72f9c419a1d42360bc7d
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Mar 7 09:08:48 2020 -0800

    surface: drop type hints

 gdk/gdksurface.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c
index 9005a3d815..6b3dc0542b 100644
--- a/gdk/gdksurface.c
+++ b/gdk/gdksurface.c
@@ -2072,7 +2072,6 @@ gdk_toplevel_surface_present (GdkToplevel       *toplevel,
     GDK_SURFACE_GET_CLASS (surface)->unfullscreen (surface);
 
   GDK_SURFACE_GET_CLASS (surface)->set_modal_hint (surface, gdk_toplevel_layout_get_modal (layout));
-  GDK_SURFACE_GET_CLASS (surface)->set_type_hint (surface, gdk_toplevel_layout_get_type_hint (layout));
 
   gdk_surface_show_internal (surface, TRUE);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]