Commit 69ac376c authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_output/directx/events.c: warning message into debug message.
parent 448c369c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* events.c: Windows DirectX video output events handler * events.c: Windows DirectX video output events handler
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: events.c,v 1.35 2003/12/23 15:27:50 gbazin Exp $ * $Id: events.c,v 1.36 2003/12/23 17:10:18 gbazin Exp $
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -678,7 +678,7 @@ static long FAR PASCAL DirectXEventProc( HWND hwnd, UINT message, ...@@ -678,7 +678,7 @@ static long FAR PASCAL DirectXEventProc( HWND hwnd, UINT message,
} }
else else
{ {
msg_Warn( p_vout, "Created video sub-window" ); msg_Dbg( p_vout, "Created video sub-window" );
SetWindowLong( p_vout->p_sys->hvideownd, SetWindowLong( p_vout->p_sys->hvideownd,
GWL_WNDPROC, (LONG)DirectXVideoEventProc ); GWL_WNDPROC, (LONG)DirectXVideoEventProc );
} }
......
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