XSetFillStyle (3) Linux Manual Page
XSetFillStyle, XSetFillRule – GC convenience routines Syntax int XSetFillStyle(Display *display, GC gc, int fill_style); int XSetFillRule(Display *display, GC gc, int fill_rule); Arguments display Specifies the connection to the X server. fill_rule Specifies the fill-rule you want to set for the specified GC. You can pass EvenOddRule or WindingRule. fill_style Specifies the fill-style you want to…
