hmc
Active Member
For Panmame, I simply use gtkdialog to display a splash while loading.
As it displays a normal gtkwindow, it is visible until sdl initializes its video and switches to the new layer.
Such a concept would work for all applications, in the way that the "loading" dialog would be hidden behind the main window. But it woul dbe strange to have a "Loading" window open for each already loaded application. It eats ressources. And what, if user switches between applications using Alt-Tab or minimizes the program window. So this would not be a suitable approach in general, I guess.
Daniel