Home
last modified time | relevance | path

Searched refs:logicalScreen (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.h46 int logicalScreen; member
H A Ddmx.c358 .logicalScreen = attr.logicalScreen, in ProcDMXGetScreenAttributes()
375 swapl(&rep.logicalScreen); in ProcDMXGetScreenAttributes()
H A Ddmxextension.c87 attr->logicalScreen = noPanoramiXExtension ? dmxScreen->index : 0; in dmxGetScreenAttributes()
89 attr->logicalScreen = dmxScreen->index; in dmxGetScreenAttributes()
/OK3568_Linux_fs/external/xserver/hw/dmx/doc/
H A DDMXSpec-v1.txt104 logicalScreen: CARD32
119 logicalScreen value is the value of the screen that that Xdmx server
353 4 CARD32 logicalScreen
H A DDMXSpec.txt154 logicalScreen: CARD32
180 The logicalScreen value is the value of the screen that that Xdmx
684 4 CARD32 logicalScreen
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Ddmxinfo.c215 sinfo.logicalScreen, in main()