[as-devel] CVS commit to afterstep-devel

CVS server (cvsroot@merilon.elfhame.net)
Fri, 12 Jan 2001 14:30:03 -0800


Modified files:
  2001-01-12 14:09:20 include/afterstep.h
  2001-01-12 14:09:21 include/aftersteplib.h
  2001-01-12 14:09:21 include/asinternals.h
  2001-01-12 14:09:21 include/aswindow.h
  2001-01-12 14:09:21 include/clientprops.h
  2001-01-12 14:09:21 include/hints.h
  2001-01-12 14:09:21 include/mywmdecor.h
  2001-01-12 14:09:21 include/screen.h
  2001-01-12 14:09:21 include/wmprops.h
  2001-01-12 14:09:21 include/xprop.h
  2001-01-12 14:09:21 lib/clientprops.c
  2001-01-12 14:09:21 lib/hints.c
  2001-01-12 14:09:21 lib/wmprops.c
  2001-01-12 14:09:21 lib/xprop.c
  2001-01-12 14:09:22 libasGUI/mystyle_property.c
  2001-01-12 14:09:22 libasGUI/mywmdecor.c
  2001-01-12 14:09:22 src/afterstep/aswindow.c
  2001-01-12 14:09:22 src/afterstep/desktop.c
  2001-01-12 14:09:22 src/afterstep/events.c
ChangeLog:
  Got desktop.c to compile.
  Added set_desktop_num_prop and set_current_desk_prop to wmprops.c
  to facilitate updates of all those pesky compatibility properties on root window.
  Added set_client_state and set_client_desk in clientprops.c to enable update 
  of the window state properties as per Gnome and ExtWM specs.
  Added change_window_state() to aswindow.c to provide unified interface to changing 
  window status.
  Moved Reparent/Map/UnmapIt to aswindow.c and renamed them to be 
  reparent_window, map_window, unmap_window - seems to be more consistent.
  Updated hints and clientprops to latest ExtWM specs - 
  ICON_NAME and SKIP_PAGER added.
  Started cleaning up events.c