[gtk/matthiasc/for-master: 7/14] gdk: Drop GDK_PARENT_RELATIVE



commit 7fb5b970f5c05cd5604ef56e6522121cd4c8ca0a
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue May 26 19:21:55 2020 -0400

    gdk: Drop GDK_PARENT_RELATIVE
    
    This define is not used anywhere.

 gdk/gdktypes.h | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)
---
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 39f151d7ba..edb92b6638 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -44,7 +44,7 @@
  */
 #include <gdk/gdkconfig.h>
 
-/* some common magic values */
+G_BEGIN_DECLS
 
 /**
  * GDK_CURRENT_TIME:
@@ -53,19 +53,6 @@
  */
 #define GDK_CURRENT_TIME     0L
 
-/**
- * GDK_PARENT_RELATIVE:
- *
- * A special value, indicating that the background
- * for a surface should be inherited from the parent surface.
- */
-#define GDK_PARENT_RELATIVE  1L
-
-
-
-G_BEGIN_DECLS
-
-
 /**
  * GdkPoint:
  * @x: the x coordinate of the point


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