move GimpCursorView typedef from here...

2008-11-09  Michael Natterer  <mitch@gimp.org>

	* app/widgets/widgets-types.h: move GimpCursorView typedef from
	here...

	* app/display/display-types.h: ...to here.


svn path=/trunk/; revision=27585
This commit is contained in:
Michael Natterer 2008-11-09 19:34:12 +00:00 committed by Michael Natterer
parent 30c4a99639
commit 069bbbd142
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2008-11-09 Michael Natterer <mitch@gimp.org>
* app/widgets/widgets-types.h: move GimpCursorView typedef from
here...
* app/display/display-types.h: ...to here.
2008-11-09 Michael Natterer <mitch@gimp.org>
* app/core/gimplayer-floating-sel.[ch]: remove

View File

@ -31,6 +31,7 @@ typedef struct _GimpDisplay GimpDisplay;
typedef struct _GimpDisplayShell GimpDisplayShell;
/* typedef struct _GimpDisplayOptions GimpDisplayOptions; in config-types.h */
typedef struct _GimpCursorView GimpCursorView;
typedef struct _GimpNavigationEditor GimpNavigationEditor;
typedef struct _GimpScaleComboBox GimpScaleComboBox;
typedef struct _GimpStatusbar GimpStatusbar;

View File

@ -51,7 +51,6 @@ typedef struct _GimpDocked GimpDocked; /* dummy typedef */
typedef struct _GimpEditor GimpEditor;
typedef struct _GimpColorEditor GimpColorEditor;
typedef struct _GimpCursorView GimpCursorView;
typedef struct _GimpDeviceStatus GimpDeviceStatus;
typedef struct _GimpErrorConsole GimpErrorConsole;
typedef struct _GimpToolOptionsEditor GimpToolOptionsEditor;