DMXForceWindowCreation - force immediate back-end window creation
Synopsis
Description
#include <X11/extensions/dmxext.h>
Bool DMXForceWindowCreation(Display *dpy, Window window);
When using the lazy window creation optimization, windows are not created on the back-end X servers until they are required. DMXForceWindowCreation() forces the immediate creation of the window requested.
DMXForceWindowCreation() returns True unless there is a protocol error. DMXForceWindwoCreation() can generate BadWindow errors.
DMX(3X), Xdmx(1)
| X.Org | DMXForceWindowCreation (3X) | Version 6.8.2 |