diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-07 20:14:52 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-07 20:14:52 +0000 |
commit | 233a273d4b4ca3076599d17e2d032e09c676b6b1 (patch) | |
tree | 02126705627c9f08279882201e36fc1038acda76 /libvo | |
parent | 28003b819325aa201f1ace50eb94f58823fe66c7 (diff) |
+10l to .so
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4986 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_xmga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c index 290fc3a83d..13c80354d6 100644 --- a/libvo/vo_xmga.c +++ b/libvo/vo_xmga.c @@ -90,9 +90,9 @@ static Window mRoot; static uint32_t drwX,drwY,drwWidth,drwHeight,drwBorderWidth,drwDepth; static uint32_t drwcX,drwcY,dwidth,dheight; -#ifdef HAVE_NEW_GUI +//#ifdef HAVE_NEW_GUI static uint32_t mdwidth,mdheight; -#endif +//#endif static XSetWindowAttributes xWAttribs; |