libs-back/Headers
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 Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
cairo Adjust to the CGFloat change for NSFont 2010-02-20 16:33:30 +00:00
gsc Fixed many drawing issues (many ones being related to the flipping). 2010-06-01 11:04:36 +00:00
win32 * Headers/win32/WIN32Server.h: 2010-08-25 04:20:45 +00:00
winlib Fixed Windows backend issues introduced with r30523 where images are drawn at 2010-06-22 22:18:56 +00:00
x11 Handle horizontal scrolling in X11 2010-02-10 07:36:36 +00:00
xdps Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
xlib Adjust to the CGFloat change for NSFont 2010-02-20 16:33:30 +00:00