Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
13a279ef
Commit
13a279ef
authored
Nov 17, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10core: Fix spelling of 'unknown'.
parent
7c2f5f06
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
d3d10core_main.c
dlls/d3d10core/d3d10core_main.c
+1
-1
d3d10core_private.h
dlls/d3d10core/d3d10core_private.h
+1
-1
device.c
dlls/d3d10core/device.c
+1
-1
No files found.
dlls/d3d10core/d3d10core_main.c
View file @
13a279ef
...
...
@@ -82,7 +82,7 @@ static HRESULT WINAPI layer_create(enum dxgi_device_layer_id id, void **layer_ba
object
=
(
struct
d3d10_device
*
)
*
layer_base
;
object
->
vtbl
=
&
d3d10_device_vtbl
;
object
->
inner_unknown_vtbl
=
&
d3d10_device_inner_unkown_vtbl
;
object
->
inner_unknown_vtbl
=
&
d3d10_device_inner_unk
n
own_vtbl
;
object
->
refcount
=
1
;
object
->
outer_unknown
=
device_object
;
...
...
dlls/d3d10core/d3d10core_private.h
View file @
13a279ef
...
...
@@ -34,7 +34,7 @@ const char *debug_dxgi_format(DXGI_FORMAT format);
/* IDirect3D10Device */
extern
const
struct
ID3D10DeviceVtbl
d3d10_device_vtbl
;
extern
const
struct
IUnknownVtbl
d3d10_device_inner_unkown_vtbl
;
extern
const
struct
IUnknownVtbl
d3d10_device_inner_unk
n
own_vtbl
;
struct
d3d10_device
{
const
struct
ID3D10DeviceVtbl
*
vtbl
;
...
...
dlls/d3d10core/device.c
View file @
13a279ef
...
...
@@ -876,7 +876,7 @@ const struct ID3D10DeviceVtbl d3d10_device_vtbl =
d3d10_device_GetTextFilterSize
,
};
const
struct
IUnknownVtbl
d3d10_device_inner_unkown_vtbl
=
const
struct
IUnknownVtbl
d3d10_device_inner_unk
n
own_vtbl
=
{
/* IUnknown methods */
d3d10_device_inner_QueryInterface
,
...
...
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