]> git.sesse.net Git - vlc/commitdiff
Fix warning
authorClément Stenac <zorglub@videolan.org>
Mon, 27 Jun 2005 21:30:44 +0000 (21:30 +0000)
committerClément Stenac <zorglub@videolan.org>
Mon, 27 Jun 2005 21:30:44 +0000 (21:30 +0000)
mozilla/vlcshell.cpp

index c7c3c9f908e8d0b4b7fb98b55c219e8f008a4cb0..0227c4b0dc36491726ce0f1e9786a4878477839c 100644 (file)
@@ -92,8 +92,8 @@
 #   define VOUT_PLUGINS "xvideo,x11,dummy"
 #   define AOUT_PLUGINS "oss,dummy"
 
-static int i_previous_height = -1;
-static int i_previous_width = -1;
+static unsigned int i_previous_height = 100000;
+static unsigned int i_previous_width = 100000;
 
 static void Redraw( Widget w, XtPointer closure, XEvent *event );
 static void Resize( Widget w, XtPointer closure, XEvent *event );