# HG changeset patch # User reimar # Date 1198155084 0 # Node ID 139197373d1b77bd7d6055447f491523b95a4700 # Parent 8dfc8a3b4152714a46f6242f29c4ca14dddb66e7 Move a variable to where it is used diff -r 8dfc8a3b4152 -r 139197373d1b libvo/x11_common.c --- a/libvo/x11_common.c Thu Dec 20 12:00:44 2007 +0000 +++ b/libvo/x11_common.c Thu Dec 20 12:51:24 2007 +0000 @@ -1710,10 +1710,9 @@ { #ifdef HAVE_XDPMS - int nothing; - if (dpms_disabled) { + int nothing; if (DPMSQueryExtension(mDisplay, ¬hing, ¬hing)) { if (!DPMSEnable(mDisplay))