HomeSort by: relevance | last modified time | path
    Searched refs:xinerama (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/libXinerama/dist/
Makefile.am 25 pkgconfig_DATA = xinerama.pc
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmwarexinerama.c 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")
    [all...]
vmware.h 158 * Xinerama state
160 Bool xinerama; member in struct:__anon9540
vmwarectrl.c 253 * One dynamic mode and the pending xinerama state will be updated if
266 if (pVMWARE && pVMWARE->xinerama) {
289 * Make this the new pending Xinerama state. Normally we'll
vmware.c 929 * Push the new Xinerama state to X clients and the hardware,
946 * Switch to the next Xinerama state (from pVMWARE->xineramaNextState).
948 * This new state will be available to X clients via the Xinerama
956 * 1) We don't want X clients to see a Xinerama topology and a video
966 * Update Xinerama info appropriately.
968 if (pVMWARE->xinerama && !pVMWARE->xineramaStatic) {
981 * Xinerama state if we get a mode change which doesn't
1004 if (pVMWARE->xinerama) {
1336 * Init xinerama preferences.
1342 "Xinerama is not safely supported by the current virtual hardware.
    [all...]
  /xsrc/external/mit/xterm/dist/package/freebsd/
Makefile 37 SCRNDUMP SIXEL TOOLBAR WCHAR XINERAMA
83 XINERAMA_USE= XORG=xinerama,xorgproto
84 XINERAMA_CONFIGURE_OFF= --without-xinerama
  /xsrc/external/mit/xdpyinfo/dist/
configure 1501 --without-xinerama Disable xinerama support.
12145 # Check whether --with-xinerama was given.
12163 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xinerama\""; } >&5
12164 ($PKG_CONFIG --exists --print-errors "xinerama") 2>&5
12168 pkg_cv_DPY_XINERAMA_CFLAGS=`$PKG_CONFIG --cflags "xinerama" 2>/dev/null`
12180 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xinerama\""; } >&5
12181 ($PKG_CONFIG --exists --print-errors "xinerama") 2>&5
12185 pkg_cv_DPY_XINERAMA_LIBS=`$PKG_CONFIG --libs "xinerama" 2>/dev/null`
12206 DPY_XINERAMA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xinerama" 2>&1
    [all...]
  /xsrc/external/mit/xterm/dist/
configure 737 --without-xinerama do not use Xinerama extension for multiscreen support
13083 echo "$as_me:13083: checking if you want to use the Xinerama extension" >&5
13084 echo $ECHO_N "checking if you want to use the Xinerama extension... $ECHO_C" >&6
13086 # Check whether --with-xinerama or --without-xinerama was given.
13097 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "xinerama"; then
13098 test -n "$verbose" && echo " found package xinerama" 1>&6
13100 echo "${as_me:-configure}:13100: testing found package xinerama ..." 1>&5
13102 cf_pkgconfig_incs="`$PKG_CONFIG --cflags "xinerama" 2>/dev/null`
    [all...]
  /xsrc/external/mit/libxcb/dist/
configure 1645 --enable-xinerama Build XCB Xinerama Extension (default: yes)
22170 # Check whether --enable-xinerama was given.
22352 ac_config_files="$ac_config_files xcb.pc xcb-composite.pc xcb-damage.pc xcb-dbe.pc xcb-dpms.pc xcb-dri2.pc xcb-dri3.pc xcb-ge.pc xcb-glx.pc xcb-present.pc xcb-randr.pc xcb-record.pc xcb-render.pc xcb-res.pc xcb-screensaver.pc xcb-shape.pc xcb-shm.pc xcb-sync.pc xcb-xevie.pc xcb-xf86dri.pc xcb-xfixes.pc xcb-xinerama.pc xcb-xinput.pc xcb-xkb.pc xcb-xprint.pc xcb-xselinux.pc xcb-xtest.pc xcb-xv.pc xcb-xvmc.pc"
23530 "xcb-xinerama.pc") CONFIG_FILES="$CONFIG_FILES xcb-xinerama.pc" ;;
24854 echo " xinerama............: ${BUILD_XINERAMA}"
  /xsrc/external/mit/xorg-server/dist/
configure 2136 --disable-xinerama Build Xinerama extension (default: enabled)
26963 # Check whether --enable-xinerama was given.
26966 enableval=$enable_xinerama; XINERAMA=$enableval
26968 e) XINERAMA=yes ;;
30371 if test "x$XINERAMA" = xyes; then
30379 if test "x$XINERAMA" = xyes; then
30381 printf "%s\n" "#define XINERAMA 1" >>confdefs.h
35003 as_fn_error $? "conditional \"XINERAMA\" was never defined.
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
configure 1930 --disable-xinerama Build Xinerama extension (default: enabled)
28372 # Check whether --enable-xinerama was given.
28374 enableval=$enable_xinerama; XINERAMA=$enableval
28376 XINERAMA=yes
31840 if test "x$XINERAMA" = xyes; then
31848 if test "x$XINERAMA" = xyes; then
31851 #define XINERAMA 1
    [all...]

Completed in 66 milliseconds