[Toxine-cvs] CVS: toxine/src/plugins vo_x11.c,1.26,1.27
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-04-11 13:43:18
|
Update of /cvsroot/toxine/toxine/src/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14067/plugins Modified Files: vo_x11.c Log Message: return of echo command. add 'display events <bool>' Index: vo_x11.c =================================================================== RCS file: /cvsroot/toxine/toxine/src/plugins/vo_x11.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- vo_x11.c 9 Apr 2004 17:43:14 -0000 1.26 +++ vo_x11.c 11 Apr 2004 13:29:39 -0000 1.27 @@ -788,9 +788,6 @@ char kbuf[256]; int len; - if(tox->script.in_use) - return; - if((!private->cursor.visible) #ifdef HAVE_XTESTEXTENSION && (xev->xkey.keycode != private->fake_key) @@ -991,7 +988,7 @@ /* While event isn't completion */ while(got_xevent == True) { video_window_handle_event(&myevent, tox); - + XLockDisplay(private->display); got_xevent = XCheckIfEvent(private->display, &myevent, is_not_completion, (XPointer) NULL); XUnlockDisplay(private->display); |