splash image for GIMP 2.0 by Jimmac.

2004-03-15  Sven Neumann  <sven@gimp.org>

	* data/images/gimp_splash.png: splash image for GIMP 2.0 by Jimmac.

	* app/gui/splash.[ch]: draw the text on the splash image, not
	below it.

	* app/app_procs.[ch]
	* app/gui/gui.[ch]
	* app/main.c
	* docs/gimp.1.in: dropped support for the --no-splash-image
	command-line option (not to be confused with --no-splash). It was
	never very useful and makes even less sense in times where startup
	notification is available.
This commit is contained in:
Sven Neumann
2004-03-15 00:17:21 +00:00
committed by Sven Neumann
parent 96285dc8f5
commit 1951ad2146
10 changed files with 119 additions and 87 deletions

View File

@ -20,7 +20,7 @@
#define __SPLASH_H__
void splash_create (gboolean show_image);
void splash_create (void);
void splash_destroy (void);
void splash_update (const gchar *label1,