# HG changeset patch # User reimar # Date 1198155456 0 # Node ID 3c9a46550d164d3fd6a8768b32d05678a8d20052 # Parent 139197373d1b77bd7d6055447f491523b95a4700 Move more variables into the block where they are used diff -r 139197373d1b -r 3c9a46550d16 libvo/x11_common.c --- a/libvo/x11_common.c Thu Dec 20 12:51:24 2007 +0000 +++ b/libvo/x11_common.c Thu Dec 20 12:57:36 2007 +0000 @@ -1767,9 +1767,6 @@ void saver_off(Display * mDisplay) { - - int interval, prefer_blank, allow_exp; - #ifdef HAVE_XDPMS int nothing; @@ -1792,6 +1789,7 @@ #endif if (!timeout_save) { + int interval, prefer_blank, allow_exp; XGetScreenSaver(mDisplay, &timeout_save, &interval, &prefer_blank, &allow_exp); if (timeout_save)