XClearWindow (3) Linux Manual Page
XClearArea, XClearWindow – clear area or window Syntax int XClearArea(Display *display, Window w, int x, int y, unsigned width, unsigned height, Bool exposures); int XClearWindow(Display *display, Window w); Arguments display Specifies the connection to the X server. exposures Specifies a Boolean value that indicates if Expose events are to be generated. w Specifies the window….
