[as-devel] afterstep-devel/lib asapp.c asfeel.c

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


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

Modified Files:
	asapp.c asfeel.c 
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