comparison dw.h @ 39:3aa9ef0b3996

Added focus fixes and set-focus fixes on all three platforms.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 19 Oct 2001 14:16:50 +0000
parents 538db2a48bac
children 88c9c7410c22
comparison
equal deleted inserted replaced
38:538db2a48bac 39:3aa9ef0b3996
253 #define DefaultFont NULL 253 #define DefaultFont NULL
254 254
255 typedef struct _color { 255 typedef struct _color {
256 int fore; 256 int fore;
257 int back; 257 int back;
258 HWND buddy; 258 HWND combo, buddy;
259 int user; 259 int user;
260 HBRUSH hbrush; 260 HBRUSH hbrush;
261 char fontname[128]; 261 char fontname[128];
262 WNDPROC pOldProc; 262 WNDPROC pOldProc;
263 } ColorInfo; 263 } ColorInfo;