rename 'struct keymap' -> 'struct mp_keymap'
commit9cef48bac77cbeefe7dade7cb38fb3a00a16733a
authorsiretart <siretart@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 23 Apr 2010 10:22:44 +0000 (23 10:22 +0000)
committersiretart <siretart@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 23 Apr 2010 10:22:44 +0000 (23 10:22 +0000)
tree518cfb1bb7c56ae9a0e96369014425927a7bf8d9
parent8bd8aba37a9e9046905e7baf20568910c17b8fa7
rename 'struct keymap' -> 'struct mp_keymap'

This avoids the compilation failure on kFreeBSD (at least amd64):

  In file included from libvo/vo_directfb2.c:44:
  libvo/video_out.h:267: error: redefinition of 'struct keymap'

This is because libvo/vo_directfb2.c #includes sys/kd.h, which in turn
includes sys/kbio.h, which defines another 'struct keymap'.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31059 b3059339-0415-0410-9bf9-f77b7e298cf2
libvo/osx_common.c
libvo/video_out.c
libvo/video_out.h
libvo/vo_kva.c
libvo/w32_common.c
libvo/x11_common.c