Home | History | Annotate | Download | only in src

Lines Matching refs:xinerama

31  *      The implementation of the Xinerama protocol extension.
155 rep.state = pVMWARE->xinerama;
320 rep.state = pVMWARE->xinerama;
367 rep.number = pVMWARE->xinerama ? pVMWARE->xineramaNumOutputs : 0;
377 if(pVMWARE->xinerama) {
406 * Dispatcher for Xinerama commands. Calls the correct handler for
674 pVMWARE->xinerama = FALSE;
684 * Initialiser for the Xinerama protocol extension.
704 "Built-in Xinerama active, not initializing VMware Xinerama\n");
705 pVMWARE->xinerama = FALSE;
717 "Failed to add VMware Xinerama extension.\n");
721 pVMWARE->xinerama = TRUE;
726 "Initialized VMware Xinerama extension.\n");