I am trying to create a Linux application - a screensaver, in this case - and it is proving remarkably difficult to find information on the simple task of making a wind
One way is to bypass the window manager:
XSetWindowAttributes wa; wa.override_redirect = True; XCreateWindow( ..., &wa );