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
178061d3
Commit
178061d3
authored
Apr 13, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
Apr 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Merge the GL and GDI swapchain vtbls.
parent
1ce6e87c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
swapchain.c
dlls/wined3d/swapchain.c
+0
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+6
-3
No files found.
dlls/wined3d/swapchain.c
View file @
178061d3
This diff is collapsed.
Click to expand it.
dlls/wined3d/wined3d_private.h
View file @
178061d3
...
...
@@ -2517,9 +2517,11 @@ struct wined3d_rendertarget_view
void
wined3d_rendertarget_view_init
(
struct
wined3d_rendertarget_view
*
view
,
struct
wined3d_resource
*
resource
,
void
*
parent
)
DECLSPEC_HIDDEN
;
/*****************************************************************************
* IWineD3DSwapChainImpl implementation structure (extends IUnknown)
*/
struct
wined3d_swapchain_ops
{
HRESULT
(
*
swapchain_present
)(
struct
IWineD3DSwapChainImpl
*
swapchain
,
const
RECT
*
src_rect
,
const
RECT
*
dst_rect
,
const
RGNDATA
*
dirty_region
,
DWORD
flags
);
};
struct
IWineD3DSwapChainImpl
{
...
...
@@ -2529,6 +2531,7 @@ struct IWineD3DSwapChainImpl
void
*
parent
;
const
struct
wined3d_parent_ops
*
parent_ops
;
const
struct
wined3d_swapchain_ops
*
swapchain_ops
;
IWineD3DDeviceImpl
*
device
;
/* IWineD3DSwapChain fields */
...
...
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