Commit 32114818 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DirectDraw: Declare callbacks as expected

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent db2014f4
......@@ -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
*****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment