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



commit c3102bde81186f2dfa6b6fc36513ae5358a4a6fe
Author: Michael Natterer <mitch gimp org>
Date:   Sun Sep 26 19:20:14 2010 +0200

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

 app/display/display-types.h   |    1 +
 app/display/gimpcanvasgroup.h |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/display/display-types.h b/app/display/display-types.h
index 18c698f..66ae14c 100644
--- a/app/display/display-types.h
+++ b/app/display/display-types.h
@@ -26,6 +26,7 @@
 
 typedef struct _GimpCanvas            GimpCanvas;
 typedef struct _GimpCanvasItem        GimpCanvasItem;
+typedef struct _GimpCanvasGroup       GimpCanvasGroup;
 
 typedef struct _GimpDisplay           GimpDisplay;
 typedef struct _GimpDisplayShell      GimpDisplayShell;
diff --git a/app/display/gimpcanvasgroup.h b/app/display/gimpcanvasgroup.h
index f0d10a4..06dc32b 100644
--- a/app/display/gimpcanvasgroup.h
+++ b/app/display/gimpcanvasgroup.h
@@ -33,7 +33,6 @@
 #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;
 
 struct _GimpCanvasGroup



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]