Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv18366
Modified Files:
idlebar.py
Log Message:
fixed overscan bug
Index: idlebar.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/idlebar.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** idlebar.py 12 Jul 2003 17:29:58 -0000 1.20
--- idlebar.py 12 Jul 2003 18:52:22 -0000 1.21
***************
*** 23,26 ****
--- 23,29 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.21 2003/07/12 18:52:22 dischi
+ # fixed overscan bug
+ #
# Revision 1.20 2003/07/12 17:29:58 dischi
# redraw when polling
***************
*** 141,145 ****
def draw(self, (type, object), osd):
! osd.drawroundbox(0, 0, osd.width, osd.y + 60, (0x80000000, 0, 0, 0))
if not self.plugins:
self.plugins = plugin.get('idlebar')
--- 144,148 ----
def draw(self, (type, object), osd):
! osd.drawroundbox(0, 0, osd.width + 2 * osd.x, osd.y + 60, (0x80000000, 0, 0,
0))
if not self.plugins:
self.plugins = plugin.get('idlebar')
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog