Commit 09102a64 authored by Clément Stenac's avatar Clément Stenac

Fix warning

parent ec46dcb4
......@@ -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 );
......
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