commit | f585c61dd12263ddfb8b3b618ac352fdc30e5123 | [log] [tgz] |
---|---|---|
author | Francis Beaudet <francis@macadamian.com> | Fri Apr 02 10:37:42 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Apr 02 10:37:42 1999 +0000 |
tree | 29cd7c20141b1bcc6f0796dd5477659e82680fe1 | |
parent | 373db5cea2be648b52954ba3ed1745ea380eb28a [diff] [blame] |
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;