diff dw.h @ 535:b0b5b880513a

Don't reverse packing on vertical boxes to compensate for the inverted Y-axis on OS/2. Instead this should be dealt with in the layout code taking into account the size of the box the items are sitting on. This new code mostly works, but has some problems.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 24 Mar 2004 00:05:39 +0000
parents 1e60e98a9168
children 1a210e2f214b
line wrap: on
line diff
--- a/dw.h	Tue Mar 23 22:37:21 2004 +0000
+++ b/dw.h	Wed Mar 24 00:05:39 2004 +0000
@@ -503,7 +503,7 @@
 #elif defined(__OS2__) || defined(__EMX__)
 	PFNWP oldproc;
 	UserData *root;
-	HWND hwndtitle;
+	HWND hwndtitle, hwnd;
 	int titlebar;
 #endif
 	/* Number of items in the box */