gdk: Move GdkGeometry declaration to gdktypes.h

This commit is contained in:
Jonas Ådahl 2020-02-16 00:32:26 +01:00
parent 339a04da7c
commit ebd3ee9880
2 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,6 @@
G_BEGIN_DECLS
typedef struct _GdkGeometry GdkGeometry;
/**
* GdkSurfaceType:
* @GDK_SURFACE_TOPLEVEL: toplevel window (used to implement #GtkWindow)

View File

@ -135,6 +135,8 @@ 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;