all repos — openbox @ f329167e4cc2715bb3baaac249433c64cb46d22d

openbox fork - make it a bit more like ryudo

specify projecting cap style
Dana Jansens danakj@orodu.net
commit

f329167e4cc2715bb3baaac249433c64cb46d22d

parent

25a5b729090f48d27f754016280b4a54de9eef21

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M otk/rendercolor.ccotk/rendercolor.cc

@@ -57,7 +57,9 @@ xcol.pixel = 0;

} 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