[vlc-devel] commit: Fixed missing vlc_savecancel in globalhotkeys (x11). ( Laurent Aimar )
git version control
git at videolan.org
Mon Jan 26 23:02:35 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Jan 26 23:01:03 2009 +0100| [6c44423034996642ba574c3bc31a53e38b1b09fb] | committer: Laurent Aimar
Fixed missing vlc_savecancel in globalhotkeys (x11).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6c44423034996642ba574c3bc31a53e38b1b09fb
---
modules/control/globalhotkeys/x11.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/control/globalhotkeys/x11.c b/modules/control/globalhotkeys/x11.c
index f0bb346..7065106 100644
--- a/modules/control/globalhotkeys/x11.c
+++ b/modules/control/globalhotkeys/x11.c
@@ -349,6 +349,7 @@ static void *Thread( void *p_data )
{
if( errno != EINTR )
break;
+ canc = vlc_savecancel();
continue;
}
canc = vlc_savecancel();
More information about the vlc-devel
mailing list