]> git.sesse.net Git - vlc/commitdiff
* modules/video_output/directx/events.c: a couple of compiler warning fixes.
authorGildas Bazin <gbazin@videolan.org>
Fri, 25 Jul 2003 11:37:22 +0000 (11:37 +0000)
committerGildas Bazin <gbazin@videolan.org>
Fri, 25 Jul 2003 11:37:22 +0000 (11:37 +0000)
* msvc/vlc.dsw: relaced basic_skins plugin with the skins one.

modules/video_output/directx/events.c
msvc/vlc.dsw

index d2991dbd7281dac5d0e88e21ad86448649ca42dd..707a84e7e3ad723180bebd255d896be1015c33d0 100644 (file)
@@ -2,7 +2,7 @@
  * events.c: Windows DirectX video output events handler
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: events.c,v 1.18 2003/07/18 11:39:39 gbazin Exp $
+ * $Id: events.c,v 1.19 2003/07/25 11:37:22 gbazin Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -176,6 +176,7 @@ void DirectXEventThread( event_thread_t *p_event )
                 if( p_playlist != NULL )
                 {
                     vlc_value_t val;
+                    val.b_bool = VLC_TRUE; /* make compiler happy */
                     var_Set( p_playlist, "intf-popupmenu", val );
                     vlc_object_release( p_playlist );
                 }
@@ -666,7 +667,7 @@ static long FAR PASCAL DirectXEventProc( HWND hwnd, UINT message,
                                            FIND_ANYWHERE );
         if( p_playlist == NULL )
         {
-            return;
+            return 0;
         }
 
         playlist_Stop( p_playlist );
index 2760ef446cd3ce6e6debfa0d18ff9f7bd51a7b5d..4a940d1f7b5442ad417a2affae172a838ab69a15 100644 (file)
@@ -690,7 +690,7 @@ Package=<4>
 \r
 ###############################################################################\r
 \r
-Project: "plugin_basic_skins"=.\plugin_basic_skins.dsp - Package Owner=<4>\r
+Project: "plugin_skins"=.\plugin_skins.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r