XSetWindowAttributes (3) Linux Manual Page
XCreateWindow, XCreateSimpleWindow, XSetWindowAttributes – create windows and window attributes structure Syntax Window XCreateWindow(Display *display, Window parent, int x, int y, unsigned int width, unsigned int height, unsigned int border_width, int depth, unsigned int class, Visual *visual, unsigned long valuemask, XSetWindowAttributes *attributes); Window XCreateSimpleWindow(Display *display, Window parent, int x, int y, unsigned int width, unsigned int…
