Restore the splash screen.
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 17 Aug 2015 17:00:53 +0000 (19:00 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 18 Aug 2015 16:42:07 +0000 (18:42 +0200)
commit24c65a5297ebcff267415163eec06731fc170239
tree2cc323f42214a7d868d6a52cf6065f6298c40b4e
parentd10d88579464ba926d015505700263f8c606b2d8
Restore the splash screen.

Re-implementat the splash screen, using functinos which are not
deprecated under Gtk3.  Note:  This implementation does not
use the gtk functions which the Gtk devs recommend for splash screens.
What they forget, is that a primary purpose of a splash screen is
that it should appear with the minimum of delay.  gtk_init can
have significant delay - hence the recommended way of doing splash
screens in Gtk is self defeating.
src/ui/gui/main.c
src/ui/gui/psppire.c
src/ui/gui/psppire.h