comparison libvo/vo_xmga.c @ 4985:01bcb7a9bb4e

+10l to .so
author arpi
date Thu, 07 Mar 2002 20:14:52 +0000
parents bfc652fc7f43
children 53c569d36b2c
comparison
equal deleted inserted replaced
4984:149693903b67 4985:01bcb7a9bb4e
88 88
89 static Window mRoot; 89 static Window mRoot;
90 static uint32_t drwX,drwY,drwWidth,drwHeight,drwBorderWidth,drwDepth; 90 static uint32_t drwX,drwY,drwWidth,drwHeight,drwBorderWidth,drwDepth;
91 static uint32_t drwcX,drwcY,dwidth,dheight; 91 static uint32_t drwcX,drwcY,dwidth,dheight;
92 92
93 #ifdef HAVE_NEW_GUI 93 //#ifdef HAVE_NEW_GUI
94 static uint32_t mdwidth,mdheight; 94 static uint32_t mdwidth,mdheight;
95 #endif 95 //#endif
96 96
97 static XSetWindowAttributes xWAttribs; 97 static XSetWindowAttributes xWAttribs;
98 98
99 #define VO_XMGA 99 #define VO_XMGA
100 #include "mga_common.c" 100 #include "mga_common.c"