mirror of https://github.com/GNOME/gimp.git
app: move the GimpCanvasGroup typedef to display-types.h
This commit is contained in:
parent
ffd57307c8
commit
c3102bde81
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
typedef struct _GimpCanvas GimpCanvas;
|
typedef struct _GimpCanvas GimpCanvas;
|
||||||
typedef struct _GimpCanvasItem GimpCanvasItem;
|
typedef struct _GimpCanvasItem GimpCanvasItem;
|
||||||
|
typedef struct _GimpCanvasGroup GimpCanvasGroup;
|
||||||
|
|
||||||
typedef struct _GimpDisplay GimpDisplay;
|
typedef struct _GimpDisplay GimpDisplay;
|
||||||
typedef struct _GimpDisplayShell GimpDisplayShell;
|
typedef struct _GimpDisplayShell GimpDisplayShell;
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#define GIMP_CANVAS_GROUP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_CANVAS_GROUP, GimpCanvasGroupClass))
|
#define GIMP_CANVAS_GROUP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_CANVAS_GROUP, GimpCanvasGroupClass))
|
||||||
|
|
||||||
|
|
||||||
typedef struct _GimpCanvasGroup GimpCanvasGroup;
|
|
||||||
typedef struct _GimpCanvasGroupClass GimpCanvasGroupClass;
|
typedef struct _GimpCanvasGroupClass GimpCanvasGroupClass;
|
||||||
|
|
||||||
struct _GimpCanvasGroup
|
struct _GimpCanvasGroup
|
||||||
|
|
Loading…
Reference in New Issue