diff libvo/osx_common.h @ 29531:6bd4c0c77eab

Add osx_common.c and move the keycode conversion (OSX to MPlayer) there. Also get rid of our own defines for the keycodes and instead use the predefined ones from Carbon.
author reimar
date Fri, 28 Aug 2009 12:54:33 +0000
parents
children 99b8d8d5c2d4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libvo/osx_common.h	Fri Aug 28 12:54:33 2009 +0000
@@ -0,0 +1,1 @@
+int convert_key(unsigned key, unsigned charcode);