Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30776

Modified Files:
        event.py 
Log Message:
Add events for RECORD_START/STOP. (forgot to check in this file earlier).


Index: event.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/event.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** event.py    12 May 2004 18:56:36 -0000      1.44
--- event.py    17 Jun 2004 23:16:05 -0000      1.45
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.45  2004/06/17 23:16:05  rshortt
+ # Add events for RECORD_START/STOP. (forgot to check in this file earlier).
+ #
  # Revision 1.44  2004/05/12 18:56:36  dischi
  # add keys to move inside a zoom image in image viewer
***************
*** 579,580 ****
--- 582,587 ----
  OS_EVENT_WAITPID = Event('OS_EVENT_WAITPID')
  OS_EVENT_KILL    = Event('OS_EVENT_KILL')
+ 
+ RECORD_START     = Event('RECORD_START')
+ RECORD_STOP      = Event('RECORD_STOP')
+ 



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to