[vlc-devel] commit: DirectDraw: Declare callbacks as expected (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Sep 1 14:05:59 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 1 11:38:42 2009 +0200| [321148188234fecc0518b9ac9abcb29dfe48d44e] | committer: Jean-Baptiste Kempf
DirectDraw: Declare callbacks as expected
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=321148188234fecc0518b9ac9abcb29dfe48d44e
---
modules/video_output/msw/directx.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/msw/directx.c b/modules/video_output/msw/directx.c
index db3091a..010c1e0 100644
--- a/modules/video_output/msw/directx.c
+++ b/modules/video_output/msw/directx.c
@@ -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
*****************************************************************************/
More information about the vlc-devel
mailing list