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
f31391c7
Commit
f31391c7
authored
Jan 06, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 06, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ieframe: Always create doc view window when creating InternetExplore object instance.
parent
a3d64502
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
iexplore.c
dlls/ieframe/iexplore.c
+3
-1
No files found.
dlls/ieframe/iexplore.c
View file @
f31391c7
...
...
@@ -698,6 +698,9 @@ static void create_frame_hwnd(InternetExplorer *This)
|
WS_MINIMIZEBOX
|
WS_MAXIMIZEBOX
,
CW_USEDEFAULT
,
CW_USEDEFAULT
,
CW_USEDEFAULT
,
CW_USEDEFAULT
,
NULL
,
NULL
/* FIXME */
,
ieframe_instance
,
This
);
This
->
doc_host
->
doc_host
.
frame_hwnd
=
This
->
frame_hwnd
;
create_doc_view_hwnd
(
&
This
->
doc_host
->
doc_host
);
}
static
inline
IEDocHost
*
impl_from_DocHost
(
DocHost
*
iface
)
...
...
@@ -793,7 +796,6 @@ static HRESULT create_ie(InternetExplorer **ret_obj)
HlinkFrame_Init
(
&
ret
->
hlink_frame
,
(
IUnknown
*
)
&
ret
->
IWebBrowser2_iface
,
&
ret
->
doc_host
->
doc_host
);
create_frame_hwnd
(
ret
);
ret
->
doc_host
->
doc_host
.
frame_hwnd
=
ret
->
frame_hwnd
;
InterlockedIncrement
(
&
obj_cnt
);
list_add_tail
(
&
ie_list
,
&
ret
->
entry
);
...
...
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