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;