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
9605eb5a
Commit
9605eb5a
authored
Dec 24, 2008
by
Christian Costa
Committed by
Alexandre Julliard
Dec 24, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Display fixme only once in IDirect3DVertexBufferImpl_Optimize.
parent
50ace397
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
vertexbuffer.c
dlls/ddraw/vertexbuffer.c
+7
-1
No files found.
dlls/ddraw/vertexbuffer.c
View file @
9605eb5a
...
...
@@ -509,7 +509,13 @@ IDirect3DVertexBufferImpl_Optimize(IDirect3DVertexBuffer7 *iface,
{
ICOM_THIS_FROM
(
IDirect3DVertexBufferImpl
,
IDirect3DVertexBuffer7
,
iface
);
IDirect3DDeviceImpl
*
D3D
=
ICOM_OBJECT
(
IDirect3DDeviceImpl
,
IDirect3DDevice7
,
D3DDevice
);
FIXME
(
"(%p)->(%p,%08x): stub!
\n
"
,
This
,
D3D
,
Flags
);
static
BOOL
hide
=
FALSE
;
if
(
!
hide
)
{
FIXME
(
"(%p)->(%p,%08x): stub!
\n
"
,
This
,
D3D
,
Flags
);
hide
=
TRUE
;
}
/* We could forward this call to WineD3D and take advantage
* of it once we use OpenGL vertex buffers
...
...
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