comparison dw.h @ 67:ab9b0fa6c66e

Focus fixes and removal of several hack in the OS/2 code base.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 22 Jan 2002 10:55:20 +0000
parents a6801a2260af
children 9510897c0b03
comparison
equal deleted inserted replaced
66:664a274a46a6 67:ab9b0fa6c66e
116 116
117 typedef struct _window_data { 117 typedef struct _window_data {
118 PFNWP oldproc; 118 PFNWP oldproc;
119 HWND clickdefault; 119 HWND clickdefault;
120 ULONG flags; 120 ULONG flags;
121 void *data;
121 } WindowData; 122 } WindowData;
122 123
123 typedef struct _hpixmap { 124 typedef struct _hpixmap {
124 unsigned long width, height; 125 unsigned long width, height;
125 HDC hdc; 126 HDC hdc;