diff libvo/x11_common.c @ 18950:a943bc3f26c8

Make some functions static. Patch by Stefan Huehner, stefan at huehner org.
author uau
date Sat, 08 Jul 2006 15:26:36 +0000
parents 30d7ddf08889
children 4919b3ce8d5e
line wrap: on
line diff
--- a/libvo/x11_common.c	Sat Jul 08 15:00:37 2006 +0000
+++ b/libvo/x11_common.c	Sat Jul 08 15:26:36 2006 +0000
@@ -559,7 +559,7 @@
 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)
     {