summaryrefslogtreecommitdiffstats
path: root/libvo/osx_common.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-26 15:02:14 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-26 15:02:14 +0000
commit3e7a2bd8c32a679dda793fce57f107203c48af55 (patch)
tree4997abd337a7a81a321c1aaf194e30c726fa75ed /libvo/osx_common.h
parent85640449d2fb159da89473a8b4958ff7082fd88d (diff)
downloadmpv-3e7a2bd8c32a679dda793fce57f107203c48af55.tar.bz2
mpv-3e7a2bd8c32a679dda793fce57f107203c48af55.tar.xz
Refactor OS X foreground process setting into a separate function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30964 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/osx_common.h')
-rw-r--r--libvo/osx_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/osx_common.h b/libvo/osx_common.h
index d20698e411..21bb3d8548 100644
--- a/libvo/osx_common.h
+++ b/libvo/osx_common.h
@@ -22,5 +22,6 @@
int convert_key(unsigned key, unsigned charcode);
void change_movie_aspect(float new_aspect);
void config_movie_aspect(float config_aspect);
+void osx_foreground_hack(void);
#endif /* MPLAYER_OSX_COMMON_H */