diff 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
line wrap: on
line diff
--- a/dw.h	Wed Oct 17 19:22:39 2001 +0000
+++ b/dw.h	Fri Oct 19 14:16:50 2001 +0000
@@ -255,7 +255,7 @@
 typedef struct _color {
 	int fore;
 	int back;
-	HWND buddy;
+	HWND combo, buddy;
 	int user;
 	HBRUSH hbrush;
 	char fontname[128];