Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv26738/src/plugins
Modified Files:
tiny_osd.py
Log Message:
move skin font handling to osd to avoid duplicate code
Index: tiny_osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/tiny_osd.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tiny_osd.py 2 Jan 2004 10:26:07 -0000 1.7
--- tiny_osd.py 11 Jan 2004 20:23:31 -0000 1.8
***************
*** 16,19 ****
--- 16,22 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.8 2004/01/11 20:23:31 dischi
+ # move skin font handling to osd to avoid duplicate code
+ #
# Revision 1.7 2004/01/02 10:26:07 dischi
# add border support
***************
*** 113,125 ****
y = config.OSD_OVERSCAN_Y
- border = None
- if font.shadow.visible and font.shadow.border:
- border = font.shadow.color
-
renderer.drawstringframed(self.message, config.OSD_OVERSCAN_X,
config.OSD_OVERSCAN_Y + 10,
renderer.width - 10 - 2 *
config.OSD_OVERSCAN_X, -1,
! font.font, fgcolor=font.color,
! align_h='right', mode='hard',
border_color=border)
else:
--- 116,123 ----
y = config.OSD_OVERSCAN_Y
renderer.drawstringframed(self.message, config.OSD_OVERSCAN_X,
config.OSD_OVERSCAN_Y + 10,
renderer.width - 10 - 2 *
config.OSD_OVERSCAN_X, -1,
! font, align_h='right', mode='hard')
else:
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog