summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r--libvo/vo_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 888ef4e49f..d9f04bee0b 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -71,7 +71,7 @@ static unsigned char *ImageDataOrig;
/* X11 related variables */
static XImage *myximage = NULL;
-static int depth, bpp, mode;
+static int depth, bpp;
static XWindowAttributes attribs;
static int int_pause;