libs-back/Source
Eric Wasylishen b7ff3b2973 * Headers/win32/WIN32Server.h:
* Source/win32/WIN32Server.m:
* Source/win32/w32_movesize.m:
Fix a rather serious error where the extra window data was allocated
in two places (allocated with objc_malloc in the WM_CREATE handler,
and also allocated by Windows using the cbWndExtra field of the window
class structure). Sometimes the window level was accessed from one
memory area and sometimes from the other.
	
This is a quick fix that leaves the level and ordered properties
in the cbWndExtra area, and the rest is left in the WIN_INTERN
structure. 

This fixes the problem where window ordering was broken when running
apps in gdb.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@31198 72102866-910b-0410-8b05-ffd578937521
2010-08-25 04:20:45 +00:00
..
art Fix for bug #30140. The code was not converting the rectangle for 2010-07-28 09:11:04 +00:00
cairo For XFT Also request spacing information. 2010-08-10 19:21:31 +00:00
English.lproj Make nfont face name localization work. Add English and Swedish translations. 2003-06-28 13:32:59 +00:00
gsc Fix for bug #30140. The code was not converting the rectangle for 2010-07-28 09:11:04 +00:00
Swedish.lproj Make nfont face name localization work. Add English and Swedish translations. 2003-06-28 13:32:59 +00:00
win32 * Headers/win32/WIN32Server.h: 2010-08-25 04:20:45 +00:00
winlib Small correction of alpha blending related comments 2010-06-22 22:28:13 +00:00
x11 * Source/win32/WIN32Server.m, 2010-07-26 12:46:35 +00:00
xdps Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-back 2008-12-19 13:05:05 +00:00
xlib For XFT Also request spacing information. 2010-08-10 19:21:31 +00:00
.cvsignore Added missing .cvsignore files. 2004-01-07 12:04:36 +00:00
GNUmakefile Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-back 2008-12-19 13:05:05 +00:00
GNUmakefile.postamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
GNUmakefile.preamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
GSBackend.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00