From 845b85da8d35bfa7e4de861ba926ceadd62ba15e Mon Sep 17 00:00:00 2001 From: pontscho Date: Wed, 23 Oct 2002 23:57:45 +0000 Subject: small warning fix from Dominik Mierzejewski git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7893 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/wm/ws.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Gui') diff --git a/Gui/wm/ws.c b/Gui/wm/ws.c index ed6512ae16..89787c1669 100644 --- a/Gui/wm/ws.c +++ b/Gui/wm/ws.c @@ -230,6 +230,7 @@ int wsWindowManagerType( void ) } extern int vo_wm_type; +extern int vo_find_depth_from_visuals(Display *dpy, int screen, Visual **visual_return); void wsXInit( void* mDisplay ) { -- cgit v1.2.3