I am working on a project and would like to create a window with a transparent background, but can't seem to find out how to do this. The call I am making is:
XWindow win = XCreateSimpleWindow(d, fl_xid(Root), winWidth, winHeight, 5, 5, 0, 0, NULL);
The 'NULL' value is not valid as it is looking for an unsigned int. Any help would greatly be appreciated!