Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29035

Modified Files:
        osd.py 
Log Message:
add stop and restart as global osd functions

Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** osd.py      14 Sep 2003 20:09:36 -0000      1.91
--- osd.py      19 Sep 2003 22:06:50 -0000      1.92
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.92  2003/09/19 22:06:50  dischi
+ # add stop and restart as global osd functions
+ #
  # Revision 1.91  2003/09/14 20:09:36  dischi
  # removed some TRUE=1 and FALSE=0 add changed some debugs to _debug_
***************
*** 198,202 ****
      return _singleton
  
!         
  def stringproxy(str):
      """
--- 201,221 ----
      return _singleton
  
! 
! def stop():
!     """
!     stop the osd because only one program can use the
!     device, e.g. for DXR3 and dfbmga output,
!     """
!     get_singleton().stopdisplay()
!     
! 
! def restart():
!     """
!     restart a stopped osd
!     """
!     get_singleton().restartdisplay()
!     get_singleton().update()
!     
! 
  def stringproxy(str):
      """




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to