DMXForceWindowCreation

TriggerTek Logo
abcdefghijklmnopqrstuvwxyz_
DMXForceWindowCreation(3X)			   DMXForceWindowCreation(3X)



NAME
       DMXForceWindowCreation - force immediate back-end window creation

SYNOPSIS
       #include <X11/extensions/dmxext.h>

       Bool DMXForceWindowCreation(Display *dpy,
				   Window window);

DESCRIPTION
       When using the lazy window creation optimization, windows are not cre-
       ated on the back-end X servers until they are required.	 DMXForceWin-
       dowCreation() forces the immediate creation of the window requested.

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

SEE ALSO
       DMX(3X), Xdmx(1)



X.Org				Version 6.8.2	   DMXForceWindowCreation(3X)