comparison dw.h @ 70:5e7a4d93d8d7

Implemented dw_container_optimize() on OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 10 Feb 2002 18:06:50 +0000
parents 9510897c0b03
children 58d8139fe0a2
comparison
equal deleted inserted replaced
69:9510897c0b03 70:5e7a4d93d8d7
286 286
287 typedef struct _container { 287 typedef struct _container {
288 ColorInfo cinfo; 288 ColorInfo cinfo;
289 ULONG *flags; 289 ULONG *flags;
290 WNDPROC pOldProc; 290 WNDPROC pOldProc;
291 ULONG columns;
291 } ContainerInfo; 292 } ContainerInfo;
292 293
293 typedef struct _hpixmap { 294 typedef struct _hpixmap {
294 unsigned long width, height; 295 unsigned long width, height;
295 HBITMAP hbm; 296 HBITMAP hbm;