DOKK / manpages / debian 10 / libdmx-dev / DMXForceWindowCreation.3.en
DMXForceWindowCreation(3) Library Functions Manual DMXForceWindowCreation(3)

DMXForceWindowCreation - force immediate back-end window creation

#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. DMXForceWindowCreation() can generate BadWindow errors.

DMX(3), Xdmx(1)

libdmx 1.1.4 X Version 11