From a3816c913b518677721b1c22fd585ac3f05eda22 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 20 Dec 2007 12:51:24 +0000 Subject: [PATCH] Move a variable to where it is used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25475 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 7f22a0c59d..932ba4313a 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -1710,10 +1710,9 @@ void saver_on(Display * mDisplay) { #ifdef HAVE_XDPMS - int nothing; - if (dpms_disabled) { + int nothing; if (DPMSQueryExtension(mDisplay, ¬hing, ¬hing)) { if (!DPMSEnable(mDisplay))