diff options
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; |