summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 23:57:45 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 23:57:45 +0000
commit845b85da8d35bfa7e4de861ba926ceadd62ba15e (patch)
tree3eb0d04f53642944ac5c34e481eb7bca8e7b551d /Gui
parentab10907f7df9042293f0721f485635c387608437 (diff)
downloadmpv-845b85da8d35bfa7e4de861ba926ceadd62ba15e.tar.bz2
mpv-845b85da8d35bfa7e4de861ba926ceadd62ba15e.tar.xz
small warning fix from Dominik Mierzejewski
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7893 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/wm/ws.c1
1 files changed, 1 insertions, 0 deletions
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 )
{