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
23abbcb9
Commit
23abbcb9
authored
Dec 02, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Make some functions static.
parent
f347b957
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ddraw_private.h
dlls/ddraw/ddraw_private.h
+0
-1
utils.c
dlls/ddraw/utils.c
+3
-2
No files found.
dlls/ddraw/ddraw_private.h
View file @
23abbcb9
...
...
@@ -633,7 +633,6 @@ const IDirect3DVertexBufferVtbl IDirect3DVertexBuffer1_Vtbl;
void
PixelFormat_WineD3DtoDD
(
DDPIXELFORMAT
*
DDPixelFormat
,
WINED3DFORMAT
WineD3DFormat
);
WINED3DFORMAT
PixelFormat_DD2WineD3D
(
const
DDPIXELFORMAT
*
DDPixelFormat
);
void
DDRAW_dump_surface_desc
(
const
DDSURFACEDESC2
*
lpddsd
);
void
DDRAW_dump_pixelformat
(
const
DDPIXELFORMAT
*
PixelFormat
);
void
dump_D3DMATRIX
(
const
D3DMATRIX
*
mat
);
void
DDRAW_dump_DDCAPS
(
const
DDCAPS
*
lpcaps
);
DWORD
get_flexible_vertex_size
(
DWORD
d3dvtVertexType
);
...
...
dlls/ddraw/utils.c
View file @
23abbcb9
...
...
@@ -30,6 +30,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
ddraw
);
static
void
DDRAW_dump_pixelformat
(
const
DDPIXELFORMAT
*
pf
);
/*****************************************************************************
* PixelFormat_WineD3DtoDD
...
...
@@ -724,7 +725,7 @@ void DDRAW_dump_DDSCAPS2(const DDSCAPS2 *in)
DDRAW_dump_flags
(
in
->
dwCaps2
,
flags2
,
sizeof
(
flags2
)
/
sizeof
(
flags2
[
0
]));
}
void
static
void
DDRAW_dump_DDSCAPS
(
const
DDSCAPS
*
in
)
{
DDSCAPS2
in_bis
;
...
...
@@ -779,7 +780,7 @@ DDRAW_dump_members(DWORD flags,
}
}
void
static
void
DDRAW_dump_pixelformat
(
const
DDPIXELFORMAT
*
pf
)
{
TRACE
(
"( "
);
...
...
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