Implemented the Win95 look and feel.

diff --git a/include/combo.h b/include/combo.h
index 0e4f157..4886ba9 100644
--- a/include/combo.h
+++ b/include/combo.h
@@ -34,9 +34,10 @@
    HWND  	hWndLBox;
    UINT  	wState;
    HFONT 	hFont;
-   RECT  	RectCombo;
-   RECT  	RectEdit;
-   RECT  	RectButton;
+   RECT         textRect;
+   RECT         buttonRect;
+   RECT         droppedRect;
+   INT          fixedOwnerDrawHeight;
    INT   	droppedWidth;		/* last two are not used unless set */
    INT   	editHeight;		/* explicitly */
 } HEADCOMBO,*LPHEADCOMBO;