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

Modified Files:
        main.py 
Log Message:
internal colors are now lists, not int

Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** main.py     2 Sep 2004 00:12:46 -0000       1.143
--- main.py     7 Sep 2004 18:56:12 -0000       1.144
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.144  2004/09/07 18:56:12  dischi
+ # internal colors are now lists, not int
+ #
  # Revision 1.143  2004/09/02 00:12:46  rshortt
  # Only import pygame is config.OSD_DISPLAY is 'SDL'.
***************
*** 287,292 ****
          Area.__init__(self, 'content')
          self.pos          = 0
!         self.bar_border   = gui.theme_engine.Rectangle(bgcolor=0xff000000L, size=2)
!         self.bar_position = gui.theme_engine.Rectangle(bgcolor=0xa0000000L)
          self.text         = text
          self.content      = []
--- 290,295 ----
          Area.__init__(self, 'content')
          self.pos          = 0
!         self.bar_border   = gui.theme_engine.Rectangle(color=(0,0,0), size=2)
!         self.bar_position = gui.theme_engine.Rectangle(bgcolor=(0,0,0,95))
          self.text         = text
          self.content      = []



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to