[as-devel] CVS commit to afterstep-devel

CVS server (cvsroot@merilon.elfhame.net)
Wed, 21 Mar 2001 13:30:02 -0800


Modified files:
  2001-03-21 13:23:51 include/background.h
  2001-03-21 13:23:51 include/clientprops.h
  2001-03-21 13:23:51 include/module.h
  2001-03-21 13:23:51 include/wmprops.h
  2001-03-21 13:23:51 include/xprop.h
  2001-03-21 13:23:51 lib/clientprops.c
  2001-03-21 13:23:51 lib/wmprops.c
  2001-03-21 13:23:51 lib/xprop.c
  2001-03-21 13:23:52 libasGUI/background.c
  2001-03-21 13:23:52 src/asetroot/asetroot.c
ChangeLog:
  Updated asetroot to use ASWMProps for background property reading/writing.
  Added even handler to wmprops.c to handle property change events for root 
  and selection windows - need to do the same for client properties as well ( maybe?) .
  Added set_as_background to wmprops.c for asetroot to use.
  Added set_client_names and set_client_hints to clientprops.c for use by modules.
  Added set_text_property to facilitate conversion into UTF8 of text properties where 
  needed.
  Added encode_atom_list to allow for easy translation from bitset into atom list.
  Updated asetroot to use new set_client_* functions for hints. ( it now is Extended WM 
  specs compliant as needed).