From 0661c59b20c2f75b2468ed95001ecf869a02eba4 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Sat, 3 Mar 2001 21:46:39 +0000 Subject: added check_events() interface git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_null.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libvo/vo_null.c') diff --git a/libvo/vo_null.c b/libvo/vo_null.c index 9eed7e8d49..145e092195 100644 --- a/libvo/vo_null.c +++ b/libvo/vo_null.c @@ -82,4 +82,9 @@ uninit(void) } +static void check_events(void) +{ +} + + -- cgit v1.2.3