[MPlayer-cvslog] r25475 - trunk/libvo/x11_common.c

reimar subversion at mplayerhq.hu
Thu Dec 20 13:51:24 CET 2007


Author: reimar
Date: Thu Dec 20 13:51:24 2007
New Revision: 25475

Log:
Move a variable to where it is used


Modified:
   trunk/libvo/x11_common.c

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	(original)
+++ trunk/libvo/x11_common.c	Thu Dec 20 13:51:24 2007
@@ -1710,10 +1710,9 @@ void saver_on(Display * mDisplay)
 {
 
 #ifdef HAVE_XDPMS
-    int nothing;
-
     if (dpms_disabled)
     {
+        int nothing;
         if (DPMSQueryExtension(mDisplay, &nothing, &nothing))
         {
             if (!DPMSEnable(mDisplay))



More information about the MPlayer-cvslog mailing list