Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f585c61d
Commit
f585c61d
authored
Apr 02, 1999
by
Francis Beaudet
Committed by
Alexandre Julliard
Apr 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented the Win95 look and feel.
parent
373db5ce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
combo.c
controls/combo.c
+0
-0
listbox.c
controls/listbox.c
+1
-1
combo.h
include/combo.h
+4
-3
No files found.
controls/combo.c
View file @
f585c61d
This diff is collapsed.
Click to expand it.
controls/listbox.c
View file @
f585c61d
...
...
@@ -2077,7 +2077,7 @@ static BOOL LISTBOX_Create( WND *wnd, LPHEADCOMBO lphc )
if
(
descr
->
lphc
&&
(
descr
->
lphc
->
dwStyle
&
CBS_DROPDOWN
))
{
/* WinWord gets VERY unhappy if we send WM_MEASUREITEM from here */
descr
->
item_height
=
lphc
->
RectButton
.
bottom
-
lphc
->
RectButton
.
top
-
6
;
descr
->
item_height
=
lphc
->
fixedOwnerDrawHeight
;
}
else
{
...
...
include/combo.h
View file @
f585c61d
...
...
@@ -34,9 +34,10 @@ typedef struct
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment