[as-devel] CVS commit to afterstep-devel

CVS server (cvsroot@merilon.elfhame.net)
Tue, 10 Apr 2001 15:30:02 -0700


Modified files:
  2001-04-10 15:24:29 include/aftersteplib.h
  2001-04-10 15:24:29 include/asinternals.h
  2001-04-10 15:24:29 include/aswindow.h
  2001-04-10 15:24:29 include/balloon.h
  2001-04-10 15:24:29 include/mystyle.h
  2001-04-10 15:24:29 include/parse.h
  2001-04-10 15:24:29 include/screen.h
  2001-04-10 15:24:29 include/wmprops.h
  2001-04-10 15:24:30 lib/clientprops.c
  2001-04-10 15:24:30 lib/getcolor.c
  2001-04-10 15:24:30 lib/parse.c
  2001-04-10 15:24:30 lib/screen.c
  2001-04-10 15:24:30 libasGUI/balloon.c
  2001-04-10 15:24:30 libasGUI/mystyle.c
  2001-04-10 15:24:31 src/afterstep/afterstep.c
  2001-04-10 15:24:31 src/afterstep/eventhandler.c
  2001-04-10 15:24:31 src/afterstep/pager.c
ChangeLog:
  multihead support work in progress - colors are internally stored as 32bit ARGB values.
  and converted to pixels based on each screen - need to add GC creation code to 
  ScreenInfo code. parse_argb_color is implemented and should be used
  instead of XParseColor.