app: move the GimpCanvasItem typedef to display-types.h
This commit is contained in:
@ -25,10 +25,10 @@
|
||||
|
||||
|
||||
typedef struct _GimpCanvas GimpCanvas;
|
||||
typedef struct _GimpCanvasItem GimpCanvasItem;
|
||||
|
||||
typedef struct _GimpDisplay GimpDisplay;
|
||||
typedef struct _GimpDisplayShell GimpDisplayShell;
|
||||
/* typedef struct _GimpDisplayOptions GimpDisplayOptions; in config-types.h */
|
||||
|
||||
typedef struct _GimpImageWindow GimpImageWindow;
|
||||
|
||||
|
@ -33,7 +33,6 @@
|
||||
#define GIMP_CANVAS_ITEM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_CANVAS_ITEM, GimpCanvasItemClass))
|
||||
|
||||
|
||||
typedef struct _GimpCanvasItem GimpCanvasItem;
|
||||
typedef struct _GimpCanvasItemClass GimpCanvasItemClass;
|
||||
|
||||
struct _GimpCanvasItem
|
||||
|
Reference in New Issue
Block a user