[as-devel] CVS commit to afterstep-devel
CVS server (cvsroot@merilon.elfhame.net)
Mon, 28 May 2001 15:00:03 -0700
Modified files:
2001-05-28 14:32:28 include/afterstep.h
2001-05-28 14:32:28 include/aftersteplib.h
2001-05-28 14:32:28 include/asimage.h
2001-05-28 14:32:28 include/asvisual.h
2001-05-28 14:32:28 include/mytexture.h
2001-05-28 14:32:28 include/screen.h
2001-05-28 14:32:29 lib/Makefile.in
2001-05-28 14:32:29 lib/screen.c
2001-05-28 14:32:29 lib/visual.c
2001-05-28 14:32:29 libasGUI/asimage.c
2001-05-28 14:32:29 libasGUI/background.c
2001-05-28 14:32:29 libasGUI/balloon.c
2001-05-28 14:32:29 libasGUI/mylook.c
2001-05-28 14:32:29 libasGUI/mystyle.c
2001-05-28 14:32:29 libasGUI/mytexture.c
2001-05-28 14:32:29 libasGUI/mywidget.c
2001-05-28 14:32:30 libasGadget/mywmdecor.c
2001-05-28 14:32:31 src/test/test.c
ChangeLog:
Split ASVisual from ScreenInfo and rearranged ARGB32.
Added ASGradient to asimage.h and made gradient_t to be a synonym to it.
That should allow for better library independancy - visual will go with libAfterImage
while ScreenInfo will move into libAfterStep , or, possibly will split up even more.
Goal is to make libAfterImage completely independant from everything else.