oops, didn't commit this one.

1999-04-06  Michael Natterer  <mitschel@cs.tu-berlin.de>

        * app/rect_select.h: oops, didn't commit this one.
This commit is contained in:
Michael Natterer 1999-04-06 12:51:57 +00:00 committed by Michael Natterer
parent 16e7aadaf3
commit d499a819fd
4 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-04-06 Michael Natterer <mitschel@cs.tu-berlin.de>
* app/rect_select.h: oops, didn't commit this one.
1999-04-06 Michael Natterer <mitschel@cs.tu-berlin.de>
* app/gimpunit.c

View File

@ -21,6 +21,8 @@
#include "procedural_db.h"
#include "tools.h"
#include "libgimp/gimpunit.h"
typedef struct _SelectionOptions SelectionOptions;
struct _SelectionOptions
{
@ -32,6 +34,7 @@ struct _SelectionOptions
int fixed_size;
int fixed_width;
int fixed_height;
GUnit fixed_unit;
};
SelectionOptions *create_selection_options (ToolType);

View File

@ -21,6 +21,8 @@
#include "procedural_db.h"
#include "tools.h"
#include "libgimp/gimpunit.h"
typedef struct _SelectionOptions SelectionOptions;
struct _SelectionOptions
{
@ -32,6 +34,7 @@ struct _SelectionOptions
int fixed_size;
int fixed_width;
int fixed_height;
GUnit fixed_unit;
};
SelectionOptions *create_selection_options (ToolType);

View File

@ -21,6 +21,8 @@
#include "procedural_db.h"
#include "tools.h"
#include "libgimp/gimpunit.h"
typedef struct _SelectionOptions SelectionOptions;
struct _SelectionOptions
{
@ -32,6 +34,7 @@ struct _SelectionOptions
int fixed_size;
int fixed_width;
int fixed_height;
GUnit fixed_unit;
};
SelectionOptions *create_selection_options (ToolType);