diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-10 00:44:05 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-10 00:44:05 -0400 |
commit | d5d4af585d5a5340f174700d95f7b9e394dcbe9f (patch) | |
tree | ffcca0a04c624e25f1ca4800128d08c84b94c672 /gdk/gdksurface.h | |
parent | 93078e52c0a8167262877f73b2d4fe0ccd22b2bd (diff) | |
download | gtk+-d5d4af585d5a5340f174700d95f7b9e394dcbe9f.tar.gz |
gdk: Move GdkSurfaceEdge to the right headergdk-cleanups
This is only used in gdktoplevel.h, so move it there.
Diffstat (limited to 'gdk/gdksurface.h')
-rw-r--r-- | gdk/gdksurface.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gdk/gdksurface.h b/gdk/gdksurface.h index 72e9b79258..6b2cfcd03b 100644 --- a/gdk/gdksurface.h +++ b/gdk/gdksurface.h @@ -38,31 +38,6 @@ G_BEGIN_DECLS -/** - * GdkSurfaceEdge: - * @GDK_SURFACE_EDGE_NORTH_WEST: the top left corner. - * @GDK_SURFACE_EDGE_NORTH: the top edge. - * @GDK_SURFACE_EDGE_NORTH_EAST: the top right corner. - * @GDK_SURFACE_EDGE_WEST: the left edge. - * @GDK_SURFACE_EDGE_EAST: the right edge. - * @GDK_SURFACE_EDGE_SOUTH_WEST: the lower left corner. - * @GDK_SURFACE_EDGE_SOUTH: the lower edge. - * @GDK_SURFACE_EDGE_SOUTH_EAST: the lower right corner. - * - * Determines a surface edge or corner. - */ -typedef enum -{ - GDK_SURFACE_EDGE_NORTH_WEST, - GDK_SURFACE_EDGE_NORTH, - GDK_SURFACE_EDGE_NORTH_EAST, - GDK_SURFACE_EDGE_WEST, - GDK_SURFACE_EDGE_EAST, - GDK_SURFACE_EDGE_SOUTH_WEST, - GDK_SURFACE_EDGE_SOUTH, - GDK_SURFACE_EDGE_SOUTH_EAST -} GdkSurfaceEdge; - typedef struct _GdkSurfaceClass GdkSurfaceClass; #define GDK_TYPE_SURFACE (gdk_surface_get_type ()) |