diff gui/wm/ws.c @ 35678:2261c68180a7

Make variable wsScreenDepth static. The information dropped from interface.c is already being printed in wsXInit().
author ib
date Thu, 17 Jan 2013 17:41:44 +0000
parents 539f3d45dcf5
children 23183b261ca9
line wrap: on
line diff
--- a/gui/wm/ws.c	Thu Jan 17 17:36:16 2013 +0000
+++ b/gui/wm/ws.c	Thu Jan 17 17:41:44 2013 +0000
@@ -87,7 +87,7 @@
 static int wsScreen;
 static Window wsRootWin;
 
-int wsScreenDepth;
+static int wsScreenDepth;
 static int wsRedMask;
 static int wsGreenMask;
 static int wsBlueMask;