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
e8a766b4
Commit
e8a766b4
authored
Dec 14, 2010
by
André Hentschel
Committed by
Alexandre Julliard
Dec 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shdocvw: Add Resizer control to the iexplore window.
parent
c0a86cc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
iexplore.c
dlls/shdocvw/iexplore.c
+2
-1
No files found.
dlls/shdocvw/iexplore.c
View file @
e8a766b4
...
...
@@ -488,7 +488,8 @@ static LRESULT iewnd_OnCreate(HWND hwnd, LPCREATESTRUCTW lpcs)
This
->
menu
=
create_ie_menu
();
This
->
status_hwnd
=
CreateStatusWindowW
(
CCS_NODIVIDER
|
WS_CHILD
|
WS_VISIBLE
,
NULL
,
hwnd
,
IDC_BROWSE_STATUSBAR
);
This
->
status_hwnd
=
CreateStatusWindowW
(
WS_VISIBLE
|
WS_CHILD
|
SBT_NOBORDERS
|
CCS_NODIVIDER
,
NULL
,
hwnd
,
IDC_BROWSE_STATUSBAR
);
SendMessageW
(
This
->
status_hwnd
,
SB_SIMPLE
,
TRUE
,
0
);
create_rebar
(
hwnd
);
...
...
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