gdk: Move the GdkGeometry typedef to gdkinternals.h

The struct was already there, so this is just a leftover.
This commit is contained in:
Matthias Clasen 2020-05-26 20:04:40 -04:00
parent e14322137f
commit e5a9255555
2 changed files with 2 additions and 2 deletions

View File

@ -359,6 +359,8 @@ typedef enum
GDK_SURFACE_TYPE_HINT_DND
} GdkSurfaceTypeHint;
typedef struct _GdkGeometry GdkGeometry;
struct _GdkGeometry
{
gint min_width;

View File

@ -113,8 +113,6 @@ typedef struct _GdkAppLaunchContext GdkAppLaunchContext;
typedef struct _GdkSeat GdkSeat;
typedef struct _GdkSnapshot GdkSnapshot;
typedef struct _GdkGeometry GdkGeometry;
typedef struct _GdkDrawingContext GdkDrawingContext;
typedef struct _GdkDrawContext GdkDrawContext;
typedef struct _GdkCairoContext GdkCairoContext;