Update of /cvsroot/freevo/freevo/src/plugins/idlebar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8388/src/plugins/idlebar

Modified Files:
        __init__.py 
Log Message:
renamed SKIN_* and OSD_* variables to GUI_*

Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/idlebar/__init__.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** __init__.py 28 Nov 2004 15:46:24 -0000      1.34
--- __init__.py 31 Dec 2004 11:57:44 -0000      1.35
***************
*** 7,10 ****
--- 7,13 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.35  2004/12/31 11:57:44  dischi
+ # renamed SKIN_* and OSD_* variables to GUI_*
+ #
  # Revision 1.34  2004/11/28 15:46:24  dischi
  # fix poll intervall
***************
*** 146,150 ****
  
          w = screen.width
!         h = config.OSD_OVERSCAN_Y + 60
  
          f = gui.get_image('idlebar')
--- 149,153 ----
  
          w = screen.width
!         h = config.GUI_OVERSCAN_Y + 60
  
          f = gui.get_image('idlebar')
***************
*** 158,164 ****
              changed = True
  
!         x1 = config.OSD_OVERSCAN_X
!         y1 = config.OSD_OVERSCAN_Y
!         x2 = screen.width - config.OSD_OVERSCAN_X
          y2 = h
  
--- 161,167 ----
              changed = True
  
!         x1 = config.GUI_OVERSCAN_X
!         y1 = config.GUI_OVERSCAN_Y
!         x2 = screen.width - config.GUI_OVERSCAN_X
          y2 = h
  
***************
*** 224,228 ****
              self.background = gui.imagelib.load('background', (s.width, 
s.height))
              if self.background:
!                 size = (s.width, config.OSD_OVERSCAN_Y + 60)
                  self.background.crop((0,0), size)
                  self.background = gui.Image(self.background, (0,0))
--- 227,231 ----
              self.background = gui.imagelib.load('background', (s.width, 
s.height))
              if self.background:
!                 size = (s.width, config.GUI_OVERSCAN_Y + 60)
                  self.background.crop((0,0), size)
                  self.background = gui.Image(self.background, (0,0))
***************
*** 253,257 ****
              app, fullscreen, fade = event.arg
              if fade:
!                 fade = config.OSD_FADE_STEPS
              else:
                  fade = 0
--- 256,260 ----
              app, fullscreen, fade = event.arg
              if fade:
!                 fade = config.GUI_FADE_STEPS
              else:
                  fade = 0



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to