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
6ccbc057
Commit
6ccbc057
authored
May 27, 2020
by
Zebediah Figura
Committed by
Alexandre Julliard
May 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz/vmr9: Remove the unused "allocator_mon" field.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
aa44879a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vmr9.c
dlls/quartz/vmr9.c
+0
-3
No files found.
dlls/quartz/vmr9.c
View file @
6ccbc057
...
...
@@ -97,7 +97,6 @@ struct quartz_vmr
/* Presentation related members */
IDirect3DDevice9
*
allocator_d3d9_dev
;
HMONITOR
allocator_mon
;
IDirect3DSurface9
**
surfaces
;
DWORD
num_surfaces
;
DWORD
cur_surface
;
...
...
@@ -1987,7 +1986,6 @@ static HRESULT WINAPI VMR9SurfaceAllocatorNotify_SetD3DDevice(IVMRSurfaceAllocat
IDirect3DDevice9_Release
(
filter
->
allocator_d3d9_dev
);
filter
->
allocator_d3d9_dev
=
device
;
IDirect3DDevice9_AddRef
(
device
);
filter
->
allocator_mon
=
monitor
;
return
S_OK
;
}
...
...
@@ -2001,7 +1999,6 @@ static HRESULT WINAPI VMR9SurfaceAllocatorNotify_ChangeD3DDevice(IVMRSurfaceAllo
IDirect3DDevice9_Release
(
This
->
allocator_d3d9_dev
);
This
->
allocator_d3d9_dev
=
device
;
IDirect3DDevice9_AddRef
(
This
->
allocator_d3d9_dev
);
This
->
allocator_mon
=
monitor
;
return
S_OK
;
}
...
...
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