Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
a01b2d64
Commit
a01b2d64
authored
Jul 12, 2005
by
Sven Neumann
Committed by
Sven Neumann
Jul 12, 2005
Browse files
formatting.
2005-07-12 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu.c: formatting.
parent
893c9b98
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a01b2d64
2005-07-12 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/script-fu.c: formatting.
2005-07-12 Michael Natterer <mitch@gimp.org>
* app/core/gimp-edit.c: pass opacity and paint_mode to
...
...
plug-ins/script-fu/script-fu.c
View file @
a01b2d64
...
...
@@ -35,19 +35,19 @@
/* Declare local functions. */
static
void
script_fu_quit
(
void
);
static
void
script_fu_query
(
void
);
static
void
script_fu_run
(
const
gchar
*
name
,
gint
nparams
,
const
GimpParam
*
params
,
gint
*
nreturn_vals
,
GimpParam
**
return_vals
);
static
void
script_fu_extension_init
(
void
);
static
void
script_fu_refresh_proc
(
const
gchar
*
name
,
gint
nparams
,
const
GimpParam
*
params
,
gint
*
nreturn_vals
,
GimpParam
**
return_vals
);
static
void
script_fu_quit
(
void
);
static
void
script_fu_query
(
void
);
static
void
script_fu_run
(
const
gchar
*
name
,
gint
nparams
,
const
GimpParam
*
params
,
gint
*
nreturn_vals
,
GimpParam
**
return_vals
);
static
void
script_fu_extension_init
(
void
);
static
void
script_fu_refresh_proc
(
const
gchar
*
name
,
gint
nparams
,
const
GimpParam
*
params
,
gint
*
nreturn_vals
,
GimpParam
**
return_vals
);
GimpPlugInInfo
PLUG_IN_INFO
=
...
...
@@ -258,7 +258,6 @@ script_fu_run (const gchar *name,
}
}
static
void
script_fu_extension_init
(
void
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment