diff options
author | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-08 15:26:36 +0000 |
---|---|---|
committer | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-08 15:26:36 +0000 |
commit | 5c9b90d7a12e90e7a0aa2af8686b20bfa24742c4 (patch) | |
tree | 5081051a4121e0c929ff471684703d4ddc821236 /libvo/x11_common.c | |
parent | 01d52892036af77202db76fe86e808453d554533 (diff) | |
download | mpv-5c9b90d7a12e90e7a0aa2af8686b20bfa24742c4.tar.bz2 mpv-5c9b90d7a12e90e7a0aa2af8686b20bfa24742c4.tar.xz |
Make some functions static.
Patch by Stefan Huehner, stefan at huehner org.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18955 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r-- | libvo/x11_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 199992eeac..9149192c40 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -559,7 +559,7 @@ void vo_uninit(void) extern void mplayer_put_key(int code); #ifdef XF86XK_AudioPause -void vo_x11_putkey_ext(int keysym) +static void vo_x11_putkey_ext(int keysym) { switch (keysym) { |