specify projecting cap style

This commit is contained in:
Dana Jansens 2003-01-20 17:07:42 +00:00
parent 25a5b72909
commit f329167e4c

View file

@ -57,7 +57,9 @@ RenderColor::RenderColor(int screen, unsigned char red,
}
gcv.foreground = xcol.pixel;
_gc = XCreateGC(**display, info->rootWindow(), GCForeground, &gcv);
gcv.cap_style = CapProjecting;
_gc = XCreateGC(**display, info->rootWindow(),
GCForeground | GCCapStyle, &gcv);
assert(_gc);
// insert into the cache