mirror of https://github.com/GNOME/gimp.git
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:
parent
16e7aadaf3
commit
d499a819fd
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue