summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 124a4a8476..c34ebd015e 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -251,4 +251,10 @@ extern char *monitor_hfreq_str;
extern char *monitor_vfreq_str;
extern char *monitor_dotclock_str;
+struct keymap {
+ int from;
+ int to;
+};
+int lookup_keymap_table(const struct keymap *map, int key);
+
#endif /* MPLAYER_VIDEO_OUT_H */