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

Modified Files:
        __init__.py 
Log Message:
move idlebar image to background

Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/idlebar/__init__.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** __init__.py 14 Mar 2004 11:42:35 -0000      1.15
--- __init__.py 25 Apr 2004 12:38:22 -0000      1.16
***************
*** 19,22 ****
--- 19,25 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.16  2004/04/25 12:38:22  dischi
+ # move idlebar image to background
+ #
  # Revision 1.15  2004/03/14 11:42:35  dischi
  # make idlebar have a background image
***************
*** 156,160 ****
          # draw the cached barimage
          if self.bar:
!             osd.drawimage(self.bar, (0, 0, w, h) )
  
          if not self.plugins:
--- 159,163 ----
          # draw the cached barimage
          if self.bar:
!             osd.drawimage(self.bar, (0, 0, w, h), background=True )
  
          if not self.plugins:



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to