1DMXForceWindowCreation(3X) DMXForceWindowCreation(3X)
2
3
4
6 DMXForceWindowCreation - force immediate back-end window creation
7
9 #include <X11/extensions/dmxext.h>
10
11 Bool DMXForceWindowCreation(Display *dpy,
12 Window window);
13
15 When using the lazy window creation optimization, windows are not cre‐
16 ated on the back-end X servers until they are required. DMXForceWin‐
17 dowCreation() forces the immediate creation of the window requested.
18
20 DMXForceWindowCreation() returns True unless there is a protocol error.
21 DMXForceWindwoCreation() can generate BadWindow errors.
22
24 DMX(3X), Xdmx(1)
25
26
27
28X Version 11 libdmx 1.0.2 DMXForceWindowCreation(3X)