summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-13 21:58:55 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-13 21:58:55 +0000
commite84772b08dc87a64bd4b694cade91315c91debac (patch)
tree320ffc40d1d74bf0d65b554b35a4f4aa0cd3e6e4 /libvo
parentd28c74a027c6e356cf3b5eda9a7cbcba6c89d3fe (diff)
downloadmpv-e84772b08dc87a64bd4b694cade91315c91debac.tar.bz2
mpv-e84772b08dc87a64bd4b694cade91315c91debac.tar.xz
compiler warning fixes
patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7732 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 00e6408e82..a487973504 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -635,7 +635,7 @@ void vo_x11_setlayer( int layer )
Atom type;
int format;
unsigned long nitems, bytesafter;
- Atom * args = NULL;
+ unsigned char * args = NULL;
if ( WinID >= 0 ) return;