Commit 8622c1bb authored by Olivier Teulière's avatar Olivier Teulière

* ./modules/video_output/directx/events.c: compilation fix

parent 19ccde25
...@@ -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.4 2002/10/17 16:56:52 sam Exp $ * $Id: events.c,v 1.5 2002/10/17 17:30:10 ipkiss Exp $
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -144,7 +144,7 @@ void DirectXEventThread( event_thread_t *p_event ) ...@@ -144,7 +144,7 @@ void DirectXEventThread( event_thread_t *p_event )
break; break;
case WM_LBUTTONUP: case WM_LBUTTONUP:
var.b_bool = VLC_TRUE; val.b_bool = VLC_TRUE;
var_Set( p_event->p_vout, "mouse-clicked", val ); var_Set( p_event->p_vout, "mouse-clicked", val );
break; break;
......
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