Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
32114818
Commit
32114818
authored
Sep 01, 2009
by
Jean-Baptiste Kempf
Browse files
DirectDraw: Declare callbacks as expected
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
db2014f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/msw/directx.c
View file @
32114818
...
...
@@ -124,6 +124,14 @@ static int FindDevicesCallback( vlc_object_t *, char const *,
static
int
WallpaperCallback
(
vlc_object_t
*
,
char
const
*
,
vlc_value_t
,
vlc_value_t
,
void
*
);
BOOL
WINAPI
DirectXEnumCallback
(
GUID
*
p_guid
,
LPTSTR
psz_desc
,
LPTSTR
psz_drivername
,
VOID
*
p_context
,
HMONITOR
hmon
);
BOOL
WINAPI
DirectXEnumCallback2
(
GUID
*
p_guid
,
LPTSTR
psz_desc
,
LPTSTR
psz_drivername
,
VOID
*
p_context
,
HMONITOR
hmon
);
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
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