summaryrefslogtreecommitdiff
path: root/gdk/gdksurface.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-08-19 03:22:03 +0000
committerMatthias Clasen <mclasen@redhat.com>2018-08-18 23:25:12 -0400
commite2d691bdb1aa8a8cfaab08347e140213bbdc7805 (patch)
treed4d9331aac81922772abbb5bf3e3464194ba555f /gdk/gdksurface.h
parenta73f961e657014dba173ee121f62b53e4a02391c (diff)
downloadgtk+-e2d691bdb1aa8a8cfaab08347e140213bbdc7805.tar.gz
gdk: Drop GDK_SURFACE_SUBSURFACEkill-subsurface
None of the backends supports this type anymore.
Diffstat (limited to 'gdk/gdksurface.h')
-rw-r--r--gdk/gdksurface.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/gdk/gdksurface.h b/gdk/gdksurface.h
index b9d88690b5..972c8a5fc9 100644
--- a/gdk/gdksurface.h
+++ b/gdk/gdksurface.h
@@ -43,11 +43,7 @@ typedef struct _GdkGeometry GdkGeometry;
* GdkSurfaceType:
* @GDK_SURFACE_TOPLEVEL: toplevel window (used to implement #GtkWindow)
* @GDK_SURFACE_CHILD: child surface (used to implement e.g. #GtkEntry)
- * @GDK_SURFACE_TEMP: override redirect temporary surface (used to implement
- * #GtkMenu)
- * @GDK_SURFACE_SUBSURFACE: subsurface; This surface is visually
- * tied to a toplevel, and is moved/stacked with it. Currently this window
- * type is only implemented in Wayland
+ * @GDK_SURFACE_TEMP: override redirect temporary surface (used to implement #GtkMenu)
*
* Describes the kind of surface.
*/
@@ -55,8 +51,7 @@ typedef enum
{
GDK_SURFACE_TOPLEVEL,
GDK_SURFACE_CHILD,
- GDK_SURFACE_TEMP,
- GDK_SURFACE_SUBSURFACE
+ GDK_SURFACE_TEMP
} GdkSurfaceType;
/* Size restriction enumeration.