comparison libvo/vo_xmga.c @ 24348:f96e42d494f9

Fix borders for xmga broken by r23675. Tested by Diego.
author reimar
date Sat, 08 Sep 2007 13:36:13 +0000
parents 82ea0d19d0f5
children 3aee342be929
comparison
equal deleted inserted replaced
24347:89347ff2c31a 24348:f96e42d494f9
219 219
220 } else 220 } else
221 { 221 {
222 vo_x11_create_vo_window(&vinfo, vo_dx, vo_dy, d_width, d_height, 222 vo_x11_create_vo_window(&vinfo, vo_dx, vo_dy, d_width, d_height,
223 flags, xWAttribs.colormap, "xmga", title); 223 flags, xWAttribs.colormap, "xmga", title);
224 XChangeWindowAttributes(mDisplay, vo_window, xswamask, &xWAttribs);
224 } 225 }
225 226
226 if (vo_gc != None) 227 if (vo_gc != None)
227 XFreeGC(mDisplay, vo_gc); 228 XFreeGC(mDisplay, vo_gc);
228 vo_gc = XCreateGC(mDisplay, vo_window, GCForeground, &wGCV); 229 vo_gc = XCreateGC(mDisplay, vo_window, GCForeground, &wGCV);