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
3447f172
Commit
3447f172
authored
May 15, 2012
by
Christian Costa
Committed by
Alexandre Julliard
May 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3drm: Attach mesh to the parent frame if any.
parent
6d47694b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
d3drm.c
dlls/d3drm/d3drm.c
+4
-2
No files found.
dlls/d3drm/d3drm.c
View file @
3447f172
...
...
@@ -1298,7 +1298,7 @@ HRESULT load_data(IDirect3DRM3* iface, LPDIRECTXFILEDATA data_object, LPIID* GUI
{
LPDIRECT3DRMMESHBUILDER3
meshbuilder
;
FIXM
E
(
"Load mesh data and notify application
\n
"
);
TRAC
E
(
"Load mesh data and notify application
\n
"
);
hr
=
IDirect3DRM3_CreateMeshBuilder
(
iface
,
&
meshbuilder
);
if
(
SUCCEEDED
(
hr
))
...
...
@@ -1312,7 +1312,9 @@ HRESULT load_data(IDirect3DRM3* iface, LPDIRECTXFILEDATA data_object, LPIID* GUI
if
(
SUCCEEDED
(
hr
))
{
/* Only top level objects are notified */
if
(
!
parent_frame
)
if
(
parent_frame
)
IDirect3DRMFrame3_AddVisual
(
parent_frame
,
(
IUnknown
*
)
meshbuilder
);
else
LoadProc
(
object
,
GUIDs
[
i
],
ArgLP
);
}
IDirect3DRMObject_Release
(
object
);
...
...
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