summaryrefslogtreecommitdiffstats
path: root/libvo/osx_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/osx_common.h')
-rw-r--r--libvo/osx_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libvo/osx_common.h b/libvo/osx_common.h
index 21bb3d8548..43d9d07c99 100644
--- a/libvo/osx_common.h
+++ b/libvo/osx_common.h
@@ -19,8 +19,10 @@
#ifndef MPLAYER_OSX_COMMON_H
#define MPLAYER_OSX_COMMON_H
+struct vo;
+
int convert_key(unsigned key, unsigned charcode);
-void change_movie_aspect(float new_aspect);
+void change_movie_aspect(struct vo *vo, float new_aspect);
void config_movie_aspect(float config_aspect);
void osx_foreground_hack(void);