layout shortcut fix, preview popup w, no shuttle ev_grab, ffmpeg af_aformat leak...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / shuttle.C
index df2850dc8e4f22a5c6915e7062ddb151378b74d4..4c780f1a6021105972acd6a627bbc060b4ee7c77 100644 (file)
@@ -893,7 +893,7 @@ void Shuttle::run()
                        if( first_time ) break;
                        continue;
                }
-               if( !ioctl(fd, EVIOCGRAB, 1) ) { // exclusive access
+               if( 1 || !ioctl(fd, EVIOCGRAB, 1) ) { // exclusive access
                        first_time = 0;
                        while( !done ) {
                                int ret = read(fd, &ev, sizeof(ev));