[gtk/present-toplevel: 52/54] docs: Stop using gdk_surface_get_decorations



commit 40d2e8cfdfbda2c2450598664edefbe5491119a9
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Mar 1 11:31:04 2020 -0800

    docs: Stop using gdk_surface_get_decorations

 docs/tools/shooter.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/docs/tools/shooter.c b/docs/tools/shooter.c
index 5074f3e8bc..44b0ba49a7 100644
--- a/docs/tools/shooter.c
+++ b/docs/tools/shooter.c
@@ -213,12 +213,8 @@ static guint shot_id;
 static gboolean
 window_is_csd (GdkSurface *window)
 {
-  gboolean set;
-  GdkWMDecoration decorations = 0;
-
   /* FIXME: is this accurate? */
-  set = gdk_surface_get_decorations (window, &decorations);
-  return (set && (decorations == 0));
+  return TRUE;
 }
 
 static gboolean


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