[Alsaplayer-commits] alsaplayer commit by cvs

Alsaplayer CVS alsaplayer-commits@lists.tartarus.org
Fri, 15 Oct 1999 02:02:52 +0200


CVSROOT:	/home/cvsroot/alsaplayer
Module name:	alsaplayer
Changes by:	cvs	99/10/15 02:02:52

Modified files:
	app            : Main.cpp Playlist.cpp Playlist.h 
	                 PlaylistWindow.cpp PlaylistWindow.h 
	                 gtk_interface.cpp 

Log message:
Moved gtk initialisation stuff around in main() - everything to do with gtk
is now within if(use_gui) block.  Everything else is out of this block.
Playlist stuff is now used even if nogui - hack with sleeps so that
nogui "works" - ultimately we'll have a "non interactive" interface, which
will replace nogui, so this doesn't matter.
Made playlist send appropriate callbacks to initialise an interface which
registers after stuff has been put in playlist.