Update of /cvsroot/freevo/kaa/xine/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7566/test

Modified Files:
        test.py 
Log Message:
Add skeletons for EventQueue and Event types


Index: test.py
===================================================================
RCS file: /cvsroot/freevo/kaa/xine/test/test.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** test.py     21 Jul 2005 18:48:19 -0000      1.7
--- test.py     21 Jul 2005 19:20:59 -0000      1.8
***************
*** 18,21 ****
--- 18,26 ----
          xine._debug_show_chain(stream._stream)
  
+     elif key == 320: # up
+         stream.seek_relative(60)
+     elif key == 321: # down
+         stream.seek_relative(-60)
+ 
  win = display.X11Window(size=(640, 480), title="Movie")
  win.set_cursor_hide_timeout(0)



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to