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
2ca0fa31
Commit
2ca0fa31
authored
Feb 27, 1998
by
Elliot Lee
Browse files
some changes, I forget what
parent
ac5571fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/app_procs.c
View file @
2ca0fa31
...
...
@@ -499,7 +499,7 @@ app_init ()
}
g
int
int
app_exit_finish_done
(
void
)
{
return
is_app_exit_finish_done
;
...
...
app/app_procs.h
View file @
2ca0fa31
...
...
@@ -23,7 +23,7 @@ void gimp_init (int, char **);
void
app_init
(
void
);
void
app_exit
(
int
);
void
app_exit_finish
(
void
);
g
int
app_exit_finish_done
(
void
);
int
app_exit_finish_done
(
void
);
void
app_init_update_status
(
char
*
label1val
,
char
*
label2val
,
float
pct_progress
);
#endif
/* APP_PROCS_H */
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