|
NAMEDMXForceWindowCreation - force immediate back-end window creationSYNOPSIS#include <X11/extensions/dmxext.h>Bool DMXForceWindowCreation(Display *dpy, Window window); DESCRIPTIONWhen 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.RETURN VALUEDMXForceWindowCreation() returns True unless there is a protocol error. DMXForceWindowCreation() can generate BadWindow errors.SEE ALSODMX(3), Xdmx(1)
Visit the GSP FreeBSD Man Page Interface. |