reordered prototypes to match order of implementations.
2004-11-30 Michael Natterer <mitch@gimp.org> * app/dialogs/print-size-dialog.c: reordered prototypes to match order of implementations.
This commit is contained in:
parent
4a59b0ec7a
commit
49ae84caf0
2 changed files with 11 additions and 6 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-11-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/dialogs/print-size-dialog.c: reordered prototypes to match
|
||||
order of implementations.
|
||||
|
||||
2004-11-30 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/sanity.c: we check for the same version of freetype on all
|
||||
|
|
|
|||
|
|
@ -59,16 +59,16 @@ static void print_size_dialog_response (GtkWidget *dialog,
|
|||
PrintSizeDialog *private);
|
||||
static void print_size_dialog_reset (PrintSizeDialog *private);
|
||||
|
||||
static void print_size_dialog_set_resolution (PrintSizeDialog *private,
|
||||
gdouble xres,
|
||||
gdouble yres);
|
||||
static void print_size_dialog_set_size (PrintSizeDialog *private,
|
||||
gdouble width,
|
||||
gdouble height);
|
||||
static void print_size_dialog_size_changed (GtkWidget *widget,
|
||||
PrintSizeDialog *private);
|
||||
static void print_size_dialog_resolution_changed (GtkWidget *widget,
|
||||
PrintSizeDialog *private);
|
||||
static void print_size_dialog_set_size (PrintSizeDialog *private,
|
||||
gdouble width,
|
||||
gdouble height);
|
||||
static void print_size_dialog_set_resolution (PrintSizeDialog *private,
|
||||
gdouble xres,
|
||||
gdouble yres);
|
||||
|
||||
|
||||
GtkWidget *
|
||||
|
|
|
|||
Loading…
Reference in a new issue