[as-devel] afterstep-devel/include afterstep.h aftersteplib.h asfeel.h asinternals.h background.h balloon.h confdefs.h module.h screen.h wmprops.h

CVS server (cvsroot@merilon.elfhame.net)
Tue, 9 Jan 2001 13:47:05 -0800


Update of /home/cvsroot/afterstep-devel/include
In directory merilon:/tmp/cvs-serv6541/include

Modified Files:
	afterstep.h aftersteplib.h asfeel.h asinternals.h background.h 
	balloon.h confdefs.h module.h screen.h wmprops.h 
Log Message:
completed rewrite of afterstep.c. 
Done() switched to use spawn_child(). 
spawn_child() enchanced to allow for spawn without forking - all the uses updated.
PanFrame moved to pager.c and changed from 4 structures to array of 4 structures
 - makes code much simplier. 
Internal AS global variables moved into asinternals.h.
Updated Makefile to compile aswindow.c instead of add_window.c. 
afterstep.c now compiles - next stop is aswindow.c