summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/x11_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 490ea8d381..db9ba04e78 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -28,6 +28,7 @@ int vo_x11_check_events(Display *mydisplay);
extern int vo_xeventhandling;
extern int vo_expose;
extern int vo_resize;
+ extern void vo_x11_putkey(int key);
#endif
#ifdef HAVE_GUI
extern Display * vo_display;