projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a84eb76
)
Added appropriate window_type_hint to the splash window.
author
John Darrington
<john@darrington.wattle.id.au>
Sat, 7 Jul 2007 12:42:02 +0000
(12:42 +0000)
committer
John Darrington
<john@darrington.wattle.id.au>
Sat, 7 Jul 2007 12:42:02 +0000
(12:42 +0000)
src/ui/gui/main.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/main.c
b/src/ui/gui/main.c
index 4fc21595bedd3c442b8394aec1fa922ab5b15707..6a38d7259ee4aaec22d75344958634783188326f 100644
(file)
--- a/
src/ui/gui/main.c
+++ b/
src/ui/gui/main.c
@@
-41,6
+41,9
@@
create_splash_window (void)
gtk_window_set_position (GTK_WINDOW (splash),
GTK_WIN_POS_CENTER_ALWAYS);
+ gtk_window_set_type_hint (GTK_WINDOW (splash),
+ GDK_WINDOW_TYPE_HINT_SPLASHSCREEN);
+
image = gtk_image_new_from_file (PKGDATADIR "/splash.png");
gtk_container_add (GTK_CONTAINER (splash), image);