summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authorsven <sven@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-24 17:04:08 +0000
committersven <sven@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-24 17:04:08 +0000
commit30271065e729c4d72411a335749cc8039292431a (patch)
treea4179fa574bf51290991107e38151a457e31c7ad /libvo/x11_common.h
parente83e41a88dbf606660465f92cecb37fc10727357 (diff)
downloadmpv-30271065e729c4d72411a335749cc8039292431a.tar.bz2
mpv-30271065e729c4d72411a335749cc8039292431a.tar.xz
printf-gcc3 patch, x11-commons mRootwin
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2456 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index db9ba04e78..d20d2ffe92 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -9,7 +9,7 @@ extern int vo_dheight;
extern char *mDisplayName;
extern Display *mDisplay;
-extern Window *mRootWin;
+extern Window mRootWin;
extern int mScreen;
extern int mLocalDisplay;