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
7b8bbdcc
Commit
7b8bbdcc
authored
Apr 14, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
Apr 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Get rid of the IWineD3DResource interface.
parent
66875c6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
surface_base.c
dlls/wined3d/surface_base.c
+0
-1
wined3d.idl
include/wine/wined3d.idl
+2
-11
No files found.
dlls/wined3d/surface_base.c
View file @
7b8bbdcc
...
...
@@ -94,7 +94,6 @@ HRESULT WINAPI IWineD3DBaseSurfaceImpl_QueryInterface(IWineD3DSurface *iface, RE
if
(
IsEqualGUID
(
riid
,
&
IID_IUnknown
)
||
IsEqualGUID
(
riid
,
&
IID_IWineD3DBase
)
||
IsEqualGUID
(
riid
,
&
IID_IWineD3DResource
)
||
IsEqualGUID
(
riid
,
&
IID_IWineD3DSurface
))
{
IUnknown_AddRef
((
IUnknown
*
)
iface
);
*
ppobj
=
This
;
...
...
include/wine/wined3d.idl
View file @
7b8bbdcc
...
...
@@ -2178,9 +2178,9 @@ interface IWineD3DBase : IUnknown
[
object
,
local
,
uuid
(
1
f3bfb34
-
6
f30
-
11
d9
-
c687
-
00046142
c14f
)
uuid
(
37
cd5526
-
6
f30
-
11
d9
-
c687
-
00046142
c14f
)
]
interface
IWineD3D
Resour
ce
:
IWineD3DBase
interface
IWineD3D
Surfa
ce
:
IWineD3DBase
{
HRESULT
SetPrivateData
(
[
in
]
REFGUID
guid
,
...
...
@@ -2205,15 +2205,6 @@ interface IWineD3DResource : IWineD3DBase
)
;
WINED3DRESOURCETYPE
GetType
(
)
;
}
[
object
,
local
,
uuid
(
37
cd5526
-
6
f30
-
11
d9
-
c687
-
00046142
c14f
)
]
interface
IWineD3DSurface
:
IWineD3DResource
{
struct
wined3d_resource
*
GetResource
(
)
;
HRESULT
Map
(
...
...
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