From 215951bc7917d8b9fccf86a4295da978552f8049 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 24 May 2006 09:24:00 +0000 Subject: [PATCH] yay for testers :) --- libs/video/targets/context_x11.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/video/targets/context_x11.c b/libs/video/targets/context_x11.c index 25fbcbc92..773fa41a1 100644 --- a/libs/video/targets/context_x11.c +++ b/libs/video/targets/context_x11.c @@ -107,10 +107,12 @@ static qboolean vid_context_created = false; static int window_x, window_y, window_saved; static int pos_x, pos_y; +#ifdef HAVE_VIDMODE static int xss_timeout; static int xss_interval; static int xss_blanking; static int xss_exposures; +#endif static qboolean accel_saved = false; static int accel_numerator;