app: move the GimpCanvasGroup typedef to display-types.h

This commit is contained in:
Michael Natterer 2010-09-26 19:20:14 +02:00
parent ffd57307c8
commit c3102bde81
2 changed files with 1 additions and 1 deletions

View File

@ -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;

View File

@ -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