logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DMXForceWindowCreation - force immediate back-end window creation

Description

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.

Name

DMXForceWindowCreation - force immediate back-end window creation

Return Value

DMXForceWindowCreation() returns True unless there is a protocol error. DMXForceWindowCreation() can generate BadWindow errors.

See Also

DMX(3), Xdmx(1) X Version 11 libdmx 1.1.4 DMXForceWindowCreation(3)

Synopsis

#include<X11/extensions/dmxext.h>BoolDMXForceWindowCreation(Display*dpy,Windowwindow);

See Also