Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24130/src/video/plugins
Modified Files:
mplayer.py
Log Message:
internal colors are now lists, not int
Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** mplayer.py 27 Aug 2004 14:24:04 -0000 1.85
--- mplayer.py 7 Sep 2004 18:56:13 -0000 1.86
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.86 2004/09/07 18:56:13 dischi
+ # internal colors are now lists, not int
+ #
# Revision 1.85 2004/08/27 14:24:04 dischi
# more bmovl support
***************
*** 102,105 ****
--- 105,113 ----
if not config.MPLAYER_VERSION:
+ print
+ print 'Failed to detect mplayer version. Please set MPLAYER_VERSION in
your'
+ print 'local_conf.py to 0.9 (for 0.9.x series), 1.0 (for 1.0preX
series)'
+ print 'or 9999 for cvs.'
+ print
self.reason = 'failed to detect mplayer version'
return
***************
*** 494,499 ****
Area.__init__(self, 'content')
self.content = []
! self.bar_border = gui.theme_engine.Rectangle(bgcolor=0xa0ffffffL, radius=4)
! self.bar_position = gui.theme_engine.Rectangle(bgcolor=0x6e9441L, radius=4)
self.bar = None
self.last_width = 0
--- 502,507 ----
Area.__init__(self, 'content')
self.content = []
! self.bar_border = gui.theme_engine.Rectangle(bgcolor=(255, 255, 255, 95),
radius=4)
! self.bar_position = gui.theme_engine.Rectangle(bgcolor=(0, 0, 150), radius=4)
self.bar = None
self.last_width = 0
-------------------------------------------------------
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