mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
gdk: Move the GdkGeometry typedef to gdkinternals.h
The struct was already there, so this is just a leftover.
This commit is contained in:
parent
e14322137f
commit
e5a9255555
@ -359,6 +359,8 @@ typedef enum
|
||||
GDK_SURFACE_TYPE_HINT_DND
|
||||
} GdkSurfaceTypeHint;
|
||||
|
||||
typedef struct _GdkGeometry GdkGeometry;
|
||||
|
||||
struct _GdkGeometry
|
||||
{
|
||||
gint min_width;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user