changeset 7892:4154b3126927

small warning fix from Dominik Mierzejewski
author pontscho
date Wed, 23 Oct 2002 23:57:45 +0000
parents 4d6369c408b5
children fa65f25f748a
files Gui/wm/ws.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/wm/ws.c	Wed Oct 23 23:52:57 2002 +0000
+++ b/Gui/wm/ws.c	Wed Oct 23 23:57:45 2002 +0000
@@ -230,6 +230,7 @@
 }
 
 extern int vo_wm_type;
+extern int vo_find_depth_from_visuals(Display *dpy, int screen, Visual **visual_return);
 
 void wsXInit( void* mDisplay )
 {