1DMXForceWindowCreation(3) Library Functions Manual DMXForceWindowCreation(3)
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 DMXForceWindowCreation() can generate BadWindow errors.
22
24 DMX(3), Xdmx(1)
25
26
27
28X Version 11 libdmx 1.1.4 DMXForceWindowCreation(3)