comparison 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
comparison
equal deleted inserted replaced
534:222b0f32e7c9 535:b0b5b880513a
501 #if defined(__WIN32__) || defined(WINNT) 501 #if defined(__WIN32__) || defined(WINNT)
502 ColorInfo cinfo; 502 ColorInfo cinfo;
503 #elif defined(__OS2__) || defined(__EMX__) 503 #elif defined(__OS2__) || defined(__EMX__)
504 PFNWP oldproc; 504 PFNWP oldproc;
505 UserData *root; 505 UserData *root;
506 HWND hwndtitle; 506 HWND hwndtitle, hwnd;
507 int titlebar; 507 int titlebar;
508 #endif 508 #endif
509 /* Number of items in the box */ 509 /* Number of items in the box */
510 int count; 510 int count;
511 /* Box type - horizontal or vertical */ 511 /* Box type - horizontal or vertical */