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
f2aaca2f
Commit
f2aaca2f
authored
Oct 21, 2009
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 21, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Rename WineD3DAdapter to wined3d_adapter.
parent
a3f22d07
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
28 deletions
+29
-28
directx.c
dlls/wined3d/directx.c
+26
-25
wined3d_private.h
dlls/wined3d/wined3d_private.h
+3
-3
No files found.
dlls/wined3d/directx.c
View file @
f2aaca2f
This diff is collapsed.
Click to expand it.
dlls/wined3d/wined3d_private.h
View file @
f2aaca2f
...
...
@@ -1237,7 +1237,7 @@ typedef struct WineD3D_PixelFormat
}
WineD3D_PixelFormat
;
/* The adapter structure */
struct
WineD3DA
dapter
struct
wined3d_a
dapter
{
UINT
num
;
BOOL
opengl
;
...
...
@@ -1347,7 +1347,7 @@ typedef struct IWineD3DImpl
UINT
dxVersion
;
UINT
adapter_count
;
struct
WineD3DA
dapter
adapters
[
1
];
struct
wined3d_a
dapter
adapters
[
1
];
}
IWineD3DImpl
;
extern
const
IWineD3DVtbl
IWineD3D_Vtbl
DECLSPEC_HIDDEN
;
...
...
@@ -1375,7 +1375,7 @@ struct IWineD3DDeviceImpl
IUnknown
*
parent
;
IWineD3DDeviceParent
*
device_parent
;
IWineD3D
*
wineD3D
;
struct
WineD3DAdapter
*
adapter
;
struct
wined3d_adapter
*
adapter
;
/* Window styles to restore when switching fullscreen mode */
LONG
style
;
...
...
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