[MPlayer-cvslog] r29573 - in trunk: Makefile libvo/osx_common.c libvo/osx_common.h libvo/vo_quartz.c libvo/vo_quartz.h
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Fri Aug 28 17:20:10 CEST 2009
On Fri, Aug 28, 2009 at 02:54:33PM +0200, reimar wrote:
> + // special keys
> + {0x34, KEY_ENTER}, // Enter key on some iBooks?
> + {kVK_Return, KEY_ENTER},
> + {kVK_Escape, KEY_ESC},
> + {kVK_Delete, KEY_BACKSPACE}, {kVK_Option, KEY_BACKSPACE}, {kVK_Control, KEY_BACKSPACE}, {kVK_Shift, KEY_BACKSPACE},
> + {kVK_Tab, KEY_TAB},
Hm, I just realized this will probably break building with 10.4, it seems
these were introduced in 10.5.
Hope nobody minds...
More information about the MPlayer-cvslog
mailing list