summaryrefslogtreecommitdiffstats
path: root/Gui/wm/ws.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-01 16:34:22 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-01 16:34:22 +0000
commitc6a2fbb7c1e457659d90496aa4c511bd7894e50e (patch)
tree725f4d68aadac99cc9e36ebf51ff723e78178f35 /Gui/wm/ws.h
parentca0aea4c2d982e19ec3dc5f86178a83e4ac17e37 (diff)
downloadmpv-c6a2fbb7c1e457659d90496aa4c511bd7894e50e.tar.bz2
mpv-c6a2fbb7c1e457659d90496aa4c511bd7894e50e.tar.xz
small bugfixes, and kill other warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4466 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/wm/ws.h')
-rw-r--r--Gui/wm/ws.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h
index 27d99c41ab..ddbb3ea683 100644
--- a/Gui/wm/ws.h
+++ b/Gui/wm/ws.h
@@ -161,8 +161,8 @@ typedef struct
XColor wsColor;
} wsTWindow;
-extern unsigned int wsMaxX;
-extern unsigned int wsMaxY;
+extern int wsMaxX;
+extern int wsMaxY;
extern Display * wsDisplay;
extern int wsScreen;