[gtk: 11/16] gdk: Move GdkGeometry declaration to gdktypes.h
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 11/16] gdk: Move GdkGeometry declaration to gdktypes.h
- Date: Wed, 19 Feb 2020 18:58:58 +0000 (UTC)
commit ebd3ee98806a4e9b2e44c8363580cff8eed6ec32
Author: Jonas Ã…dahl <jadahl gmail com>
Date: Sun Feb 16 00:32:26 2020 +0100
gdk: Move GdkGeometry declaration to gdktypes.h
gdk/gdksurface.h | 2 --
gdk/gdktypes.h | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdksurface.h b/gdk/gdksurface.h
index 434cbfe7e3..2d8c3d0b5f 100644
--- a/gdk/gdksurface.h
+++ b/gdk/gdksurface.h
@@ -37,8 +37,6 @@
G_BEGIN_DECLS
-typedef struct _GdkGeometry GdkGeometry;
-
/**
* GdkSurfaceType:
* @GDK_SURFACE_TOPLEVEL: toplevel window (used to implement #GtkWindow)
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index fed5ab8215..fefb6c62c4 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]