[as-devel] CVS commit to afterstep-stable

root root@aftercode.net
Fri, 16 Jun 2006 00:30:01 -0500 (CDT)


Modified files:
  Fri Jun 16 00:19:25 2006 afterstep/applications/modules.desktop.in
  Fri Jun 16 00:19:26 2006 src/afterstep/add_window.c
  Fri Jun 16 00:19:26 2006 src/afterstep/decorations.c
  Fri Jun 16 00:19:26 2006 src/afterstep/placement.c
ChangeLog:
  Fixed problem with Java windows getting remapped when they are being withdrawn. Java tends to change its hints just before unmapping window causing AS to do XMapSubwindows on entire frame - which would in turn remap client , while it was just unmapped by java. Bunch of idiots