Home
last modified time | relevance | path

Searched refs:dmxLazyWindowCreation (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxinit.c94 Bool dmxLazyWindowCreation = TRUE; variable
627 if (!dmxOffScreenOpt && dmxLazyWindowCreation) { in InitOutput()
633 dmxLazyWindowCreation = FALSE; in InitOutput()
931 dmxLazyWindowCreation = FALSE; in ddxProcessArgument()
H A Ddmx.h271 extern Bool dmxLazyWindowCreation; /**< True if using the
H A Ddmxwindow.c362 if (dmxLazyWindowCreation) { in dmxCreateWindow()