comparison Gui/wm/ws.h @ 4465:b013d01d9968

small bugfixes, and kill other warning
author pontscho
date Fri, 01 Feb 2002 16:34:22 +0000
parents fd44ecf77f8d
children 6347d9c6e115
comparison
equal deleted inserted replaced
4464:89369725b561 4465:b013d01d9968
159 Pixmap wsCursorPixmap; 159 Pixmap wsCursorPixmap;
160 int wsMouseEventType; 160 int wsMouseEventType;
161 XColor wsColor; 161 XColor wsColor;
162 } wsTWindow; 162 } wsTWindow;
163 163
164 extern unsigned int wsMaxX; 164 extern int wsMaxX;
165 extern unsigned int wsMaxY; 165 extern int wsMaxY;
166 166
167 extern Display * wsDisplay; 167 extern Display * wsDisplay;
168 extern int wsScreen; 168 extern int wsScreen;
169 extern Window wsRootWin; 169 extern Window wsRootWin;
170 170