summaryrefslogtreecommitdiffstats
path: root/osdep/cocoa_events.h
Commit message (Collapse)AuthorAgeFilesLines
* OSX, input: implement wakeup in response to Cocoa eventsStefano Pigozzi2012-04-261-0/+30
Add code to wake up the select() call in input.c when an OSX event is available and a Cocoa OpenGL backend is initialized. Fixes the slow response to input or other events in Cocoa-based VOs during long select() sleeps (e.g., when mplayer2 is paused) introduced by commit 7040968.