From 09102a649c32d10abc47881f191dab22e8cc9da2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20Stenac?= Date: Mon, 27 Jun 2005 21:30:44 +0000 Subject: [PATCH] Fix warning --- mozilla/vlcshell.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/vlcshell.cpp b/mozilla/vlcshell.cpp index c7c3c9f908..0227c4b0dc 100644 --- a/mozilla/vlcshell.cpp +++ b/mozilla/vlcshell.cpp @@ -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 ); -- 2.39.2