Update of /cvsroot/freevo/freevo/src/image
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8388/src/image
Modified Files:
viewer.py
Log Message:
renamed SKIN_* and OSD_* variables to GUI_*
Index: viewer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/viewer.py,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** viewer.py 20 Nov 2004 18:23:02 -0000 1.72
--- viewer.py 31 Dec 2004 11:57:42 -0000 1.73
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.73 2004/12/31 11:57:42 dischi
+ # renamed SKIN_* and OSD_* variables to GUI_*
+ #
# Revision 1.72 2004/11/20 18:23:02 dischi
# use python logger module for debug
***************
*** 454,460 ****
# create the text widget
! pos = (config.OSD_OVERSCAN_X + 10, config.OSD_OVERSCAN_Y + 10)
! size = (gui.width - 2 * config.OSD_OVERSCAN_X - 20,
! gui.height - 2 * config.OSD_OVERSCAN_Y - 20)
self.osd_text = gui.Textbox(osdstring, pos, size,
gui.get_font('default'),
--- 457,463 ----
# create the text widget
! pos = (config.GUI_OVERSCAN_X + 10, config.GUI_OVERSCAN_Y + 10)
! size = (gui.width - 2 * config.GUI_OVERSCAN_X - 20,
! gui.height - 2 * config.GUI_OVERSCAN_Y - 20)
self.osd_text = gui.Textbox(osdstring, pos, size,
gui.get_font('default'),
***************
*** 471,475 ****
# text too small, set to a minimum position
self.osd_text.set_pos((self.osd_text.get_pos()[0], gui.height - \
! config.OSD_OVERSCAN_Y - 100))
rect = rect[0], 100
--- 474,478 ----
# text too small, set to a minimum position
self.osd_text.set_pos((self.osd_text.get_pos()[0], gui.height - \
! config.GUI_OVERSCAN_Y - 100))
rect = rect[0], 100
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog