[Xquartz-changes] xserver: Changes to 'refs/tags/xorg-server-1.12.99.901'

Jeremy Huddleston jeremyhu at freedesktop.org
Fri Sep 21 00:23:31 PDT 2012


Tag 'xorg-server-1.12.99.901' created by Keith Packard <keithp at keithp.com> at 2012-07-10 09:33 -0700

xorg-server-1.12.99.901

Changes since xorg-server-1.12.0:
Aaron Plattner (1):
      randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatch

Alan Coopersmith (42):
      Convert sbusPaletteKey to latest DevPrivate API
      cvt man page should use Hz, not kHz, for vertical refresh rate
      Undocument mandatory loadable modules
      Undocument Font Module loading
      Provide prototypes for Mmio functions for Solaris Studio on SPARC
      Fix statement not reached warning in _DMXXineramaActive
      Make stub version of fbdevHWAdjustFrame match new prototype in fbdevhw.h
      OtherClientGone: Remove unreachable return statement
      Fix some overly indented/poorly line wrapped comments in dix/events.c
      Remove obsolete tab stop comments from hw/xfree86/parser/*.c
      Add dixGetGlyphs to replace GetGlyphs from libXfont to simplify linking
      Build tda9885.c functions into fi1236 to avoid libtool relinking problems
      Add pixman to module dependencies for pixman_region_* functions
      Enable no-undefined symbols mode in Solaris builds if -z parent is in ld
      Remove unneccesary casts from WriteToClient calls
      Fix more poorly indented/wrapped comments & code
      Rework reply initialization in ProcGetProperty & NullPropertyReply
      Core events: invert check for permission to copy key states
      ProcQueryKeymap: rework logic around permission to copy key states
      Use temporary variables instead of parts of reply structures
      ProcRRGetScreenInfo: swap configTimestamp as well
      ProcRRListOutputProperties: skip atom walk if the list is empty
      xf86dga2.c & xf86vmode.c: Move REQUEST_SIZE_MATCH checks before using stuff
      Use calloc to zero fill buffers being allocated for replies & events
      Use C99 designated initializers in SendErrorToClient
      Use C99 designated initializers in dix Replies
      Use C99 designated initializers in Xext Replies
      Use C99 designated initializers in Xinput Replies
      Use C99 designated initializers in various extension Replies
      Use C99 designated initializers in glx Replies
      Use C99 designated initializers in xkb Replies
      Use C99 designated initializers in randr Replies
      Use C99 designated initializers in dmx Replies
      Use C99 designated initializers in Xephyr Replies
      Use C99 designated initializers in xf86 extension Replies
      Use C99 designated initializers in dix Events
      Use C99 designated initializers in extension Events
      Use C99 designated initializers in dix registry
      Set padding bytes to 0 in WriteToClient
      Initialize padding bits to 0 in ErrorConnMax()
      ephyrGLXQueryServerString: Stop making an unused copy of server_string
      Replace padlength tables with inline functions from misc.h

Andreas Wettstein (1):
      XKB: Redirect actions defunct with Gtk3 (XInput?)

Andy Ritger (1):
      randr: Don't recurse into mieqProcessInputEvents() from RRTellChanged().

Chad Versace (1):
      dri2: Add DRI2GetParam request (v2)

Chase Douglas (44):
      Xi: Fix TouchEnd to TouchUpdate change for one accepted grab
      Use a new sprite trace for indirect touches when all touches have physically ended
      Implement passive touch ungrabbing
      Don't update listener after deactivating implicit pointer grab
      Update event type when delivering end event to a pointer listener
      Ensure sequential touches are pointer emulated sequentially
      Use touch state when querying pointer through core protocol
      Check core event mask properly for pointer emulated touch events
      Only set XI2 mask if pointer emulation is for XI2 client
      Split out helper function TouchListenerAcceptReject()
      Accept touch sequence for pointer listener after second event delivery
      When deactivating an explicit pointer grab, reject all grabs on touches
      Fix copy/paste error from before git history in UpdateCurrentTimeIf()
      On touch accept, only process end event for owner if it has seen the end
      End a pointer emulated touch event only on a "real" end event
      Don't deactivate implicit pointer grab on fake touch end event
      When activating an explicit grab, update owning listener
      Rename TouchEnsureSprite to TouchBuildSprite and event type checks
      Create a new dix touch record for an emulated touch with no listeners
      Ensure touch is ended when last listener is rejected
      Check other clients' core masks properly when adding touch listener
      Update device state including when touch record does not exist
      Update currentTime in dispatch loop
      Replay original touch begin event instead of generated begin event
      os: Add -displayfd option
      TouchListenerAcceptReject: Warn and return early on bad listener index
      Report logical button state in ProcXIQueryPointer
      Report touch emulated buttons in XIQueryPointer for XI 2.1 and earlier
      test/touch: Initialize device name
      Add global variable inSignalContext
      Save log file file descriptor for signal context logging
      Add FormatUInt64{,Hex}() for formatting numbers in a signal safe manner
      Add LogMessageVerbSigSafe() for logging messages while in signal context
      Add ErrorFSigSafe() alternative to ErrorF()
      Print backtrace in a signal-safe manner
      Make BUG_WARN* signal safe
      Warn when attempting to log in a signal unsafe manner from signal context
      Log messages in GetTouchEvents() in a signal safe manner
      Log messages in TouchBeginDDXTouch() in a signal-safe manner
      Log mieq enqueue overflow in a signal safe manner
      Log safely in fatal signal handler
      Log in UnloadModuleOrDriver() in a signal safe manner
      Log in LoaderUnload() in a signal safe manner
      Log in OsVendorFatalError() in a signal safe manner

Christopher James Halse Rogers (2):
      dri2: Pass a ScreenPtr through to the driver's AuthMagic function. (v3)
      dri2: Fix authentication for < v8 clients (v2).

Daniel Kurtz (5):
      dix: don't BUG_WARN for button events from button-only device
      os/log: trivial cleanups
      os/xprintf: add Xvscnprintf and Xscnprintf
      os/log: only write timestamp if a message is actually written to logfile
      os/log: refactor logging

Daniel Stone (45):
      Xinerama: Fix up obnoxiously-indented code
      Indentation: Change '& stuff' to '&stuff'
      Xext: Add hashtable.h to sources to fix distcheck
      Don't make failure to -nolisten fatal
      Xorg: Link XKB DDX library after core server libs
      Add a common ARRAY_SIZE macro to dix.h
      Make extension.h self-contained, remove C++ externs
      Xinerama: Fix ExtensionInit prototype
      Reorder extension initialisation for non-Xorg
      GLX: Insert swrast provider from GlxExtensionInit
      Move extension initialisation prototypes into extinit.h
      Loader: Drop EXTERN_MODULE flag
      Add xf86ExtensionInit for DDX extension configuration
      extmod: Use ARRAY_SIZE rather than sentinel
      miinitext: Use ARRAY_SIZE rather than sentinel
      XFree86: sdksyms: Remove unused -DXorgLoader
      Move SELinux from extmod to built-in
      Move DGA from extmod to built-in
      Move XFree86-VidMode from extmod to built-in
      Remove the last remnants of extmod
      Xext: Only build one library
      Move DRI1 from external module to built-in
      XFree86: DRI: Don't use per-target CFLAGS
      DRI2: Remove prototype for DRI2DestroyDrawable
      Move DRI2 from external module to built-in
      Add static extensions before those in modules
      GLX: Remove extension init dependencies
      Loader: Remove extension initialisation sorting
      Loader: Move ExtensionModule types to DIX
      Move the remnants of loadext.c to miinitext.c
      Quartz: Move PseudoramiX initialisation to DDX
      Remove Xorg-specific extensions from non-Xorg miinitext
      Unify miinitext.c
      Replace NO_HW_ONLY_EXTS with Xorg DDX test
      Remove unused setupFunc from extensions
      Remove last renmants of XFree86LOADER define
      Remove XAA
      XKB: Geom: Remove unused code
      GLX: Remove unused noGlxVisualInit
      Xi: Remove dead Device{Enter,Leave}WindowMask
      Render: Remove unused glyphDepths
      XvMC: Remove unused XvMCGeneration
      Xinerama: Reset Composite request vector on close
      XFree86: os-support: Remove unused xf86MakeNewMapping
      GE: Remove unused RT_GECLIENT

Dave Airlie (55):
      xfree86: add modesetting driver to fallback list on Linux
      config/udev: add pre_init stage to config and udev.
      xf86/pci: fix slot claiming counting.
      xf86: add helper functions to convert to from ScrnInfoPtr/ScreenPtr (v2)
      xf86: migrate to using xf86ScreenToScrn wrapper (v2)
      render: add GetGlyphPicture accessor.
      render/exa: use glyph picture accessors
      xf86/modes: drop two uses of screenInfo
      xaa: convert pScrn->pScreen to use accessor.
      xf86/modes: drop more pScrn->pScreen usages
      xf86: reimplement XF86SCRNINFO macro using new functions.
      api: rework the X server driver API to avoid global arrays.
      xfree86: fix new warnings introduced in rebase.
      xwin: fixup block/wakeup handlers
      xserver: fix build on arm tinderbox
      dix/render: consolidate window format matching code.
      xf86: cursor code got mangled by indenting
      xfree86: use udev to provide device enumeration for kms devices (v10)
      screen: split out screen init code. (v2)
      dix: introduce gpu screens. (v5)
      xf86: cleanup helper code to use a pointer. (v1.1)
      xfree86: add DDX gpu screen support. (v3)
      xserver/config: add udev/drm hotplug callbacks. (v2)
      xfree86: add platform bus hotplug support (v3)
      xfree86: add autoAddGPU option (v2)
      configure: bump randrproto min requirements to 1.4.0
      randr: add provider object and provider property support (v6)
      xfree86: add framework for provider support in ddx. (v4)
      dix: add unattached list for attaching screens to initially. (v1.1)
      dix: attach unbound screens to protocol screen 0 (v2)
      randr: expose unattached providers to the clients.
      xf86dga: handle DGAAvailable for gpu screens. (v2)
      dix: add ability to link output slave gpus to the current gpu (v1.1)
      dix: pixmap sharing infrastructure (v3)
      exa: pixmap sharing infrastructure (v3)
      randr: add initial scanout pixmap support (v3)
      xf86: add initial scanout pixmap support (v2)
      randr: fixup constrain to work with slave screens.
      randr: fix tellchanged to work with slave scanouts
      randr: check the screen size bounds against the master
      dix/pixmap: track dirty pixmaps in server. (v4)
      xf86/crtc: add new interface to detach slave crtcs
      randr: hook up output slave to screen resources return
      randr: add output source setup
      xf86: add output source setting callback (v2)
      xf86/cursor: fallback to sw cursor if we have slaves present.
      xf86: make sure rotate calcs are done on the right screen boundaries
      dix/xf86: initial offload slave tracking (v1.1)
      randr: add hooks for offload sink provider protocol
      xf86: store scanout pixmap in the xf86 struct as well.
      xf86: add callback for offloak sink setting support.
      dix/randr: add a hook into screen to replace scanout pixmap
      configure: bump dri2proto to 2.8
      dri2: add initial prime support. (v1.2)
      dri2/prime: allocate prime id at screen allocation time

Erkki Seppälä (7):
      Implemented first part of XResource extension v1.2: X_XResQueryClientIds
      dix: add a mechanism for iterating through all subresources
      dix: add hashing functions to resource.h for others to use.
      dix: don't use a local wrapper for calling HashResourceID
      Xext: add a generic hashtable implementation
      dix: add reference count of the resource to ResourceSizeRec
      Added resourceproto version dependency, >= 1.2.0 now required

Gaetan Nadon (2):
      man: s/__xconfigfile__/xorg.conf/g - no longer required
      man: s/__xservername__/Xorg/g - no longer required

Ian Romanick (20):
      glx: Fix mishandling of shared contexts
      glx: Don't track GLClientmajorVersion or GLClientminorVersion
      glx: Extend __GLXscreen::createContext to take attributes
      glx: Add tracking for GLX_ARB_create_context and GLX_ARB_create_context_profile
      glx: Optionally call DRI2 createContextAttribs from __glXDRIscreenCreateContext
      glx: Implement GLX SetClientInfoARB protocol
      glx: Initialize all context fields together
      glx: Initialize remaining context fields
      glx: Use one function to add a context to all global tables
      glx: Make several functions available outside the glxcmds.c compilation unit
      glx: Implement protocol for glXCreateContextAttribsARB
      glx: Don't request prototypes for GL extension functions
      glx: Implement GLX SetClientInfo2ARB protocol
      glx: Implement GLX_ARB_create_context_profile
      glx: Implement GLX_EXT_create_context_es2_profile
      glx: Reject creations of indirect contexts with unsupportable versions.
      glx: Add extension string tracking for GLX_ARB_create_context_robustness
      glx: Track the reset notification strategy for a context
      glx: Allow attributes and flags from GLX_ARB_create_context_robustness
      glx/dri2: Enable GLX_ARB_create_context_robustness

James Cloos (1):
      Fix RANDR’s gamma_to_ramp().

Jamey Sharp (1):
      sync: Use a linked list instead of an array for SysCounterList.

Jaroslav Šmíd (1):
      Bug 51375: Xorg doesn't set status for RRGetOutputInfo

Jeremy Huddleston (30):
      test: Fix 'make dist' for configurations that build the Xorg DDX
      XQuartz: Move our logs into an X11 subdirectory
      XQuartz: Xi: darwinPointer is now Relative
      XQuartz: Use doubles for input valuators
      XQuartz: Add a defaults option to disable the RENDER extension
      os: Pass the FatalError message to OsVendorFatalError
      XQuartz: Detect FatalErrors on startup to prevent tight crash loops
      XQuartz: Source formatting cleanup
      XQuartz: Formatting cleanup for sendX11NSEvent
      XQuartz: Call update_desktop_dimensions() after updating our screen coordinates
      XQuartz: Use AllocDevicePair to allocate our keyboard and mouse at the same time
      XQuartz: Use scrolling valuators
      os: Fix regression with FatalError not calling va_start
      XQuartz: Tiger build fix
      XQuartz: Automatically start our virtual tablet devices
      xres: Fix build without composite
      os: Annotate OsVendorFatalError as _X_ATTRIBUTE_PRINTF
      test: Fix make dist
      XQuartz: Fix a deadlock in pre-dispatch code
      XQuartz: Correct calculation of the size of our file descriptor array in console_redirect
      XQuartz: Separate out tablet and mouse event delivery into separate functions
      XQuartz: Use screenInfo.{width,height} instead of grabbing it from the first screen
      XQuartz: Add a hack to better handle clicky wheel scroll mice
      XQuartz: darwinPointer now sends both absolute and relative motion
      XQuartz: Make sure we tell startx the correct server binary to use in our fallback path
      XQuartz: Workaround an SDK bug on Leopard/x86_64
      XQuartz: Tiger build fix
      XQuartz: Provide fls implementation for Tiger
      XQuartz: Declare noPseudoramiXExtension for miinitext.c
      XQuartz: Avoid a race in initialization of darwinPointer

Jon TURNEY (6):
      configure.ac: Make default configuration for MinGW disable unsupported extensions and DDXs
      hw/xwin/glx: Create a new dispatch table rather than modifying the existing one
      hw/xwin/glx: Fix glxLogExtensions to handle a null string without crashing
      hw/xwin/glx: Blacklist 'GDI generic' GL renderer
      hw/xwin/glx: Update gen_gl_wrappers.py for the current glx/dispatch.h
      hw/xwin/glx: Fix glxWinCreateContext() function pointer mismatch

Jonas Maebe (1):
      glapi: Correct size of allocated _glapi_table struct

Julien Cristau (2):
      Xi: make stub DeleteInputDeviceRequest call RemoveDevice
      Xvfb: destroy the screen pixmap in CloseScreen

Keith Packard (38):
      Bump version number to 1.12.99.0
      Handle blank betweeen type and name in sdksyms.sh
      Introduce a consistent coding style
      Merge remote-tracking branch 'jeremyhu/master'
      Revert "xfree86: workaround crash on close"
      hw/xfree86: Spurious ');' in xf86vmode.c messed up indentation badly
      hw/xfree86: Re-indent xf86vmode.c
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'whot/for-keith'
      Export CompositeClientWindowType
      Merge remote-tracking branch 'yselkowitz/master'
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'jeremyhu/master'
      Merge remote-tracking branch 'alanc/master'
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'idr/GLX_ARB_create_context'
      Merge remote-tracking branch 'alanc/master'
      Merge remote-tracking branch 'alanc/master'
      randr: Clean up compiler warnings about unused and shadowing variables
      randr: Catch two more potential unset rrScrPriv uses
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'jturney/master'
      Merge branch 'sigsafe-logging-varargs'
      Add screen-specific privates.
      Use new screen-specific privates for fb window and gc privates
      Use screen-specific privates for exa pixmap and gc privates
      mi: Don't save midispcur rendering resources for each cursor
      dix: Allocate device privates separate from devices
      privates: Allow device privates to be allocated after server start
      Merge remote-tracking branch 'airlied/for-keithp-stage1'
      Add 'install-headers' target in the top-level Makefile
      privates: Resize GPU screen-specific privates too
      xfree86: In InitOutput, only call OsReleaseSIGIO if OsBlockSIGIO was called
      Reliably reset signals at server init time
      Merge branch 'local-fixes'
      Version 1.12.99.901 (1.13 RC1)

Marcin Slusarz (1):
      xfree86: fix mouse wheel support for DGA clients

Michal Srb (2):
      dri2: SProcDRI2Connect - send the response.
      Look for ModuleData only in appropriate library

Michal Suchanek (19):
      xfree86: workaround crash on close
      xfree86: workaround crash on close
      xserver: Fix out-of-tree build
      dmx: Annotate dmxlog.c with _X_ATTRIBUTE_PRINTF and _X_NORETURN
      xfixes: remove redundant declaration.
      xkb: Remove redundant declarations.
      randr: Remove redundant declaration.
      exa: Remove redundant declaration.
      mi: Remove redundant declarations.
      miext: Remove redundant declaration.
      xserver: Remove duplicate declaration in resource.h
      xfree86: don't include xvmodproc.h when not needed
      dix: Remove redundant declarations.
      dix: don't duplicate DoFocusEvents declaration.
      kdrive: Remove redundant declarations.
      Xi: Remove redundant declaration.
      xfree86: Add ifdef wrapper to xvmodproc.h
      dix: Remove redundant declarations.
      Fix crash for motion events from devices without valuators

Peter Hutterer (77):
      Xext: return BadAccess if PickPointer fails (#45796)
      dix: when rescaling from master, rescale from desktop dimensions (#46657)
      Xi: prohibit multiple XIQueryVersion requests with different versions
      dix: IsFloating() on master devices is always false
      xfree86: remove out-of-date comment
      Xext: drop InitServertime() declaration.
      include: add an X_DEBUG message type
      Xext: typedef QueryValue and BracketValue prototypes
      dix: fix compiler warning "unused variable 'scr'"
      Xext: remove needless /* parameter */ comments in declaration
      dix: set raw event values before adding up relative values (#46976)
      Xext: SyncCreateSystemCounter returns a SyncCounter*
      dix: add dtrace probes to input API
      Merge branch 'dtrace-input-abi' into for-keith
      Xext: localise use of IdleTimeCounter
      Xext: localise pIdleTimeValueLess/Greater
      Xext: add a private field to SyncSystemCounters
      Xext: pass the counter into block/wakeup handlers
      Xext: store the bracket values for idle counters in the private
      Xext: strdup() the SystemSyncCounter name
      Change lastDeviceIdleTime to be per-device
      Xext: Add per-device SyncCounters
      Merge branch 'per-device-sync-counters' into for-keith
      Bump input ABI to 17 for per-device idlecounters
      test: init the sync extensions for tests to pass again
      test: reset the client before checking the swapped version
      Xi: fix XITouchClass sourceid assignment
      xfree86: after VT switching back, only enable previously enabled devices
      dix: indentation fix
      Merge branch 'input-fixes' of git://people.freedesktop.org/~cndougla/xserver into for-keith
      Xi: return BadValue on XIQueryVersion if the version is less than first call
      os: make timers signal-safe
      dix: don't emulate scroll events for non-existing axes (#47281)
      dix: when disabling a device, release all buttons and keys
      test: fix "redundant declaration of devices" warning
      test: fix "userdata shadows global declaration" warnings
      test: fix redundant declaration of "BadDevice"
      test: don't shadow parameter 'len'
      include: don't redeclare device events in xkbsrv.h
      dix: undo transformation for missing valuators (#49347)
      dix: Move DeviceFocusEvent from Xi into enterleave.c
      Xi: fix "shadows previous local" warnings
      Xi: fix "discards ''const' qualifier" warnings
      Xext: include dix-config.h
      xkb: warn if XKB SlowKeys have been automatically enabled
      include: add BUG_RETURN_* macros
      Replace a few BUG_WARN with BUG_RETURN_VAL
      dix: use BUG_RETURN_VAL for pairing errors
      dix: change "still paired warning" to use BUG_RETURN_VAL
      dix: rename shadowing loop variable in TouchResizeQueue
      dix: drop client argument from PairDevices - unused
      dix: return early from DisableDevice if the device is already disabled
      dix: move freeing the sprite into a function
      dix: free the sprite when disabling the device
      dix: disable non-sprite-owners first when disabling paired devices
      Xi: drop forced unpairing when changing the hierarchy
      dix: disable all devices before shutdown
      dix: if the scroll valuator reaches INT_MAX, reset to 0
      kdrive: adjust BlockHandler/WakeupHandler to new API
      os: print newline after printing display name
      AC_SUBST the GLX_SYS_LIBS
      include: document _XkbErrCode2 macros
      xfree86: always enable SIGIO on OsVendorInit (#50957)
      xfree86: constify InputInfoPtr->type_name
      xfree86: constify InputDriverPtr->driverName and default_options
      Bump to ABI_XINPUT_VERSION 18
      os: add OsBlockSIGIO and OsReleaseSIGIO
      xfree86: use OsBlockSIGIO from the ddx
      xfree86: drop ddx-specific SIGIO blocking
      Drop custom sigio block/unblock functions from kdrive, ephyr and dmx
      xkb: use local variable instead of casting arg
      xfree86: fix use-after-free issue in checkInput
      dix: fix dereference before null check
      dix: fix memory leak in TouchEventHistoryReplay
      Xi: extend PropagateMask to EMASKSIZE
      Merge branch 'sigio-vt-switch-issues' into for-keith
      list.h: don't crash when removing an element from a NULL list

Rami Ylimäki (2):
      render: Report pixmap usage of pictures to resource extension.
      composite: Report pixmap usage of client windows to resource extension.

Ricardo Salveti de Araujo (1):
      randr: first check pScrPriv before using the pointer at RRFirstOutput

Ryan Pavlik (3):
      configure.ac: auto-disable MITSHM if we lack IPC
      configure.ac: MinGW doesn't have setuid binaries either.
      configure.ac: on MinGW, link with ws2_32 instead of winsock2

Sergei Trofimovich (1):
      test/.gitignore: add hashtabletest

Siddhesh Poyarekar (1):
      xkb: Allocate size_syms correctly when width of a type increases

Simon Thum (1):
      dix: indentation fixes for pointer acceleration

Tomas Carnecky (9):
      Replace INITARGS with void
      Move DBE from an external module to built-in
      Move RECORD from external module to built-in
      Move MIT-SCREEN-SAVER from extmod to built-in
      Move DPMS from extmod to built-in
      Move XRes from extmod to built-in
      Move Xv and XvMC from extmod to built-in
      Xv: Remove excessive module-induced indirection
      DGA: Remove excessive module-induced indirection

Torsten Kaiser (2):
      xfree86: EDID Est III parsing can walk off end of array
      xfree86: EDID Est III parsing skips some modes

Yaakov Selkowitz (13):
      xf86Crtc: include "xf86xv.h" only if XV
      Cygwin/X: disable all unused or unapplicable extensions in configure
      xfree86: allow modules to be built without undefined symbols
      os-support: add Cygwin support
      loader: add Cygwin support
      xf86Init: provide ddxBeforeReset ifdef DDXBEFORERESET
      xf86Config: load DIX libraries before drivers on Cygwin
      xfree86: link modules against Xorg symbols on Cygwin
      os: Add CryptoAPI as a choice of SHA1 implementation
      xfree86: respect EXEEXT in relink target
      xfree86: use silent rules with sdksyms generation
      hw/xwin/glx: Use silent rules
      configure.ac: link XWIN with GLX_SYS_LIBS

---
 COPYING                                                       |    2 
 Makefile.am                                                   |    7 
 Xext/Makefile.am                                              |   42 
 Xext/bigreq.c                                                 |   33 
 Xext/dpms.c                                                   |  168 
 Xext/dpmsproc.h                                               |    2 
 Xext/dpmsstubs.c                                              |    6 
 Xext/geext.c                                                  |  104 
 Xext/geext.h                                                  |   18 
 Xext/geint.h                                                  |   11 
 Xext/hashtable.c                                              |  295 
 Xext/hashtable.h                                              |  137 
 Xext/panoramiX.c                                              | 1305 
 Xext/panoramiX.h                                              |   29 
 Xext/panoramiXSwap.c                                          |  101 
 Xext/panoramiXh.h                                             |   16 
 Xext/panoramiXprocs.c                                         | 2771 -
 Xext/panoramiXsrv.h                                           |   35 
 Xext/saver.c                                                  | 1702 -
 Xext/security.c                                               |  770 
 Xext/securitysrv.h                                            |   45 
 Xext/shape.c                                                  | 1360 
 Xext/shm.c                                                    | 1132 
 Xext/shmint.h                                                 |   14 
 Xext/sleepuntil.c                                             |  230 
 Xext/sleepuntil.h                                             |   14 
 Xext/sync.c                                                   | 2618 -
 Xext/syncsdk.h                                                |    5 
 Xext/syncsrv.h                                                |  103 
 Xext/xace.c                                                   |  398 
 Xext/xace.h                                                   |   35 
 Xext/xacestr.h                                                |    2 
 Xext/xcmisc.c                                                 |  110 
 Xext/xf86bigfont.c                                            |  763 
 Xext/xf86bigfontsrv.h                                         |    1 
 Xext/xres.c                                                   | 1049 
 Xext/xselinux.h                                               |  116 
 Xext/xselinux_ext.c                                           |  346 
 Xext/xselinux_hooks.c                                         |  654 
 Xext/xselinux_label.c                                         |  239 
 Xext/xselinuxint.h                                            |  859 
 Xext/xtest.c                                                  |  497 
 Xext/xvdisp.c                                                 | 2314 -
 Xext/xvdix.h                                                  |  254 
 Xext/xvmain.c                                                 | 1337 
 Xext/xvmc.c                                                   |  732 
 Xext/xvmcext.h                                                |  142 
 Xi/allowev.c                                                  |   32 
 Xi/allowev.h                                                  |    6 
 Xi/chgdctl.c                                                  |  114 
 Xi/chgdctl.h                                                  |   10 
 Xi/chgfctl.c                                                  |  455 
 Xi/chgfctl.h                                                  |    6 
 Xi/chgkbd.c                                                   |    2 
 Xi/chgkbd.h                                                   |    6 
 Xi/chgkmap.c                                                  |    8 
 Xi/chgkmap.h                                                  |    6 
 Xi/chgprop.c                                                  |   45 
 Xi/chgprop.h                                                  |    6 
 Xi/chgptr.c                                                   |    6 
 Xi/chgptr.h                                                   |   14 
 Xi/closedev.c                                                 |   40 
 Xi/closedev.h                                                 |    6 
 Xi/devbell.c                                                  |   68 
 Xi/devbell.h                                                  |    6 
 Xi/exevents.c                                                 | 2129 -
 Xi/exglobals.h                                                |    3 
 Xi/extinit.c                                                  |  829 
 Xi/getbmap.c                                                  |   24 
 Xi/getbmap.h                                                  |   10 
 Xi/getdctl.c                                                  |   68 
 Xi/getdctl.h                                                  |   10 
 Xi/getfctl.c                                                  |  122 
 Xi/getfctl.h                                                  |   10 
 Xi/getfocus.c                                                 |   28 
 Xi/getfocus.h                                                 |   10 
 Xi/getkmap.c                                                  |   32 
 Xi/getkmap.h                                                  |   10 
 Xi/getmmap.c                                                  |   24 
 Xi/getmmap.h                                                  |   10 
 Xi/getprop.c                                                  |   75 
 Xi/getprop.h                                                  |   18 
 Xi/getselev.c                                                 |   86 
 Xi/getselev.h                                                 |   10 
 Xi/getvers.c                                                  |   29 
 Xi/getvers.h                                                  |   10 
 Xi/grabdev.c                                                  |   85 
 Xi/grabdev.h                                                  |   20 
 Xi/grabdevb.c                                                 |   63 
 Xi/grabdevb.h                                                 |    6 
 Xi/grabdevk.c                                                 |   60 
 Xi/grabdevk.h                                                 |    6 
 Xi/gtmotion.c                                                 |   62 
 Xi/gtmotion.h                                                 |   10 
 Xi/listdev.c                                                  |  144 
 Xi/listdev.h                                                  |   12 
 Xi/opendev.c                                                  |   66 
 Xi/opendev.h                                                  |   10 
 Xi/queryst.c                                                  |  107 
 Xi/queryst.h                                                  |   10 
 Xi/selectev.c                                                 |   45 
 Xi/selectev.h                                                 |    6 
 Xi/sendexev.c                                                 |   54 
 Xi/sendexev.h                                                 |    6 
 Xi/setbmap.c                                                  |   26 
 Xi/setbmap.h                                                  |   10 
 Xi/setdval.c                                                  |   38 
 Xi/setdval.h                                                  |   10 
 Xi/setfocus.c                                                 |   10 
 Xi/setfocus.h                                                 |    6 
 Xi/setmmap.c                                                  |   24 
 Xi/setmmap.h                                                  |   10 
 Xi/setmode.c                                                  |   43 
 Xi/setmode.h                                                  |   10 
 Xi/stubs.c                                                    |    9 
 Xi/ungrdev.c                                                  |   12 
 Xi/ungrdev.h                                                  |    6 
 Xi/ungrdevb.c                                                 |   31 
 Xi/ungrdevb.h                                                 |    6 
 Xi/ungrdevk.c                                                 |   37 
 Xi/ungrdevk.h                                                 |    6 
 Xi/xiallowev.c                                                |   67 
 Xi/xiallowev.h                                                |    2 
 Xi/xichangecursor.c                                           |   35 
 Xi/xichangecursor.h                                           |    6 
 Xi/xichangehierarchy.c                                        |  223 
 Xi/xichangehierarchy.h                                        |    6 
 Xi/xigetclientpointer.c                                       |   44 
 Xi/xigetclientpointer.h                                       |   12 
 Xi/xigrabdev.c                                                |   44 
 Xi/xigrabdev.h                                                |    2 
 Xi/xipassivegrab.c                                            |  154 
 Xi/xipassivegrab.h                                            |    5 
 Xi/xiproperty.c                                               |  878 
 Xi/xiproperty.h                                               |   43 
 Xi/xiquerydevice.c                                            |  248 
 Xi/xiquerydevice.h                                            |   20 
 Xi/xiquerypointer.c                                           |  105 
 Xi/xiquerypointer.h                                           |   10 
 Xi/xiqueryversion.c                                           |   59 
 Xi/xiqueryversion.h                                           |    4 
 Xi/xiselectev.c                                               |  158 
 Xi/xiselectev.h                                               |    4 
 Xi/xisetclientpointer.c                                       |   29 
 Xi/xisetclientpointer.h                                       |    6 
 Xi/xisetdevfocus.c                                            |   38 
 Xi/xisetdevfocus.h                                            |    4 
 Xi/xiwarppointer.c                                            |   69 
 Xi/xiwarppointer.h                                            |    6 
 composite/compalloc.c                                         |  755 
 composite/compext.c                                           |  752 
 composite/compinit.c                                          |  245 
 composite/compint.h                                           |  198 
 composite/compositeext.h                                      |    6 
 composite/compoverlay.c                                       |   93 
 composite/compwindow.c                                        |  804 
 config/config-backends.h                                      |   20 
 config/config.c                                               |   94 
 config/dbus-core.c                                            |   19 
 config/dbus.c                                                 |   38 
 config/hal.c                                                  |  263 
 config/udev.c                                                 |  189 
 config/wscons.c                                               |  334 
 configure.ac                                                  |  127 
 damageext/Makefile.am                                         |    1 
 damageext/damageext.c                                         |  457 
 damageext/damageext.h                                         |    4 
 damageext/damageextint.h                                      |   25 
 dbe/dbe.c                                                     |  849 
 dbe/dbestruct.h                                               |  117 
 dbe/midbe.c                                                   |  524 
 dbe/midbe.h                                                   |   14 
 dbe/midbestr.h                                                |   14 
 dix/Xserver-dtrace.h.in                                       |    7 
 dix/Xserver.d                                                 |    2 
 dix/atom.c                                                    |  143 
 dix/colormap.c                                                | 3577 --
 dix/cursor.c                                                  |  394 
 dix/devices.c                                                 | 1670 
 dix/dispatch.c                                                | 3643 +-
 dix/dispatch.h                                                |  212 
 dix/dixfonts.c                                                | 2436 -
 dix/dixutils.c                                                |  681 
 dix/enterleave.c                                              | 1313 
 dix/enterleave.h                                              |   64 
 dix/eventconvert.c                                            |  794 
 dix/events.c                                                  | 4439 +-
 dix/extension.c                                               |  244 
 dix/ffs.c                                                     |    3 
 dix/gc.c                                                      | 1378 
 dix/getevents.c                                               |  617 
 dix/globals.c                                                 |   51 
 dix/glyphcurs.c                                               |  116 
 dix/grabs.c                                                   |  506 
 dix/initatoms.c                                               |  207 
 dix/inpututils.c                                              |  200 
 dix/main.c                                                    |  380 
 dix/pixmap.c                                                  |  199 
 dix/privates.c                                                |  627 
 dix/property.c                                                |  564 
 dix/ptrveloc.c                                                |  699 
 dix/region.c                                                  | 1166 
 dix/registry.c                                                |  251 
 dix/resource.c                                                |  974 
 dix/selection.c                                               |  165 
 dix/swaprep.c                                                 |  613 
 dix/swapreq.c                                                 |  311 
 dix/tables.c                                                  | 1038 
 dix/touch.c                                                   |  386 
 dix/window.c                                                  | 4156 +-
 doc/Xserver-spec.xml                                          |   61 
 doc/dtrace/Xserver-DTrace.xml                                 |  153 
 exa/exa.c                                                     |  649 
 exa/exa.h                                                     |  229 
 exa/exa_accel.c                                               | 1634 
 exa/exa_classic.c                                             |  164 
 exa/exa_driver.c                                              |  114 
 exa/exa_glyphs.c                                              |  994 
 exa/exa_migration_classic.c                                   |  702 
 exa/exa_migration_mixed.c                                     |  275 
 exa/exa_mixed.c                                               |  254 
 exa/exa_offscreen.c                                           |  692 
 exa/exa_priv.h                                                |  510 
 exa/exa_render.c                                              | 1463 
 exa/exa_unaccel.c                                             |  706 
 fb/fb.h                                                       | 1812 -
 fb/fb24_32.c                                                  |  803 
 fb/fb24_32.h                                                  |   25 
 fb/fballpriv.c                                                |   36 
 fb/fbarc.c                                                    |  189 
 fb/fbbits.c                                                   |    2 
 fb/fbbits.h                                                   | 1430 
 fb/fbblt.c                                                    | 1372 
 fb/fbbltone.c                                                 |  964 
 fb/fbcmap_mi.c                                                |   37 
 fb/fbcopy.c                                                   |  522 
 fb/fbfill.c                                                   |  326 
 fb/fbfillrect.c                                               |  127 
 fb/fbfillsp.c                                                 |  111 
 fb/fbgc.c                                                     |  303 
 fb/fbgetsp.c                                                  |   73 
 fb/fbglyph.c                                                  |  583 
 fb/fbimage.c                                                  |  492 
 fb/fbline.c                                                   |  184 
 fb/fboverlay.c                                                |  444 
 fb/fboverlay.h                                                |  109 
 fb/fbpict.c                                                   |  380 
 fb/fbpict.h                                                   |   75 
 fb/fbpixmap.c                                                 |  408 
 fb/fbpoint.c                                                  |  200 
 fb/fbpush.c                                                   |  331 
 fb/fbrop.h                                                    |   21 
 fb/fbscreen.c                                                 |  242 
 fb/fbseg.c                                                    | 1053 
 fb/fbsetsp.c                                                  |  118 
 fb/fbsolid.c                                                  |  252 
 fb/fbstipple.c                                                |  348 
 fb/fbtile.c                                                   |  246 
 fb/fbtrap.c                                                   |  244 
 fb/fbutil.c                                                   |  483 
 fb/fbwindow.c                                                 |  202 
 fb/wfbrename.h                                                |    4 
 glx/Makefile.am                                               |    2 
 glx/clientinfo.c                                              |   78 
 glx/createcontext.c                                           |  318 
 glx/dispatch.h                                                |16912 +++++++---
 glx/extension_string.c                                        |  102 
 glx/extension_string.h                                        |   40 
 glx/glapi.c                                                   |  332 
 glx/glapi.h                                                   |   62 
 glx/glapi_gentable.c                                          | 7076 ++--
 glx/glapitable.h                                              | 1962 -
 glx/glprocs.h                                                 | 2995 +
 glx/glthread.c                                                |  144 
 glx/glthread.h                                                |   69 
 glx/glxbyteorder.h                                            |    4 
 glx/glxcmds.c                                                 | 2245 -
 glx/glxcmdsswap.c                                             |  338 
 glx/glxcontext.h                                              |  109 
 glx/glxdrawable.h                                             |   28 
 glx/glxdri.c                                                  | 1011 
 glx/glxdri2.c                                                 |  701 
 glx/glxdricommon.c                                            |  251 
 glx/glxdricommon.h                                            |   16 
 glx/glxdriswrast.c                                            |  270 
 glx/glxext.c                                                  |  382 
 glx/glxext.h                                                  |   11 
 glx/glxscreens.c                                              |  456 
 glx/glxscreens.h                                              |   56 
 glx/glxserver.h                                               |   83 
 glx/glxutil.h                                                 |   14 
 glx/indirect_dispatch.c                                       | 6252 +--
 glx/indirect_dispatch.h                                       | 1021 
 glx/indirect_dispatch_swap.c                                  | 7370 ++--
 glx/indirect_program.c                                        |  131 
 glx/indirect_reqsize.c                                        |   88 
 glx/indirect_reqsize.h                                        |  198 
 glx/indirect_size.h                                           |    8 
 glx/indirect_size_get.c                                       |    3 
 glx/indirect_size_get.h                                       |   14 
 glx/indirect_table.c                                          | 1654 
 glx/indirect_table.h                                          |    8 
 glx/indirect_texture_compression.c                            |  129 
 glx/indirect_util.c                                           |  251 
 glx/indirect_util.h                                           |   34 
 glx/render2.c                                                 |  249 
 glx/render2swap.c                                             |  372 
 glx/renderpix.c                                               |   36 
 glx/renderpixswap.c                                           |   62 
 glx/rensize.c                                                 |  475 
 glx/single2.c                                                 |  413 
 glx/single2swap.c                                             |  246 
 glx/singlepix.c                                               |  433 
 glx/singlepixswap.c                                           |  543 
 glx/singlesize.c                                              |  204 
 glx/singlesize.h                                              |    8 
 glx/swap_interval.c                                           |   40 
 glx/unpack.h                                                  |   53 
 glx/xfont.c                                                   |  151 
 hw/dmx/config/Canvas.c                                        |  132 
 hw/dmx/config/Canvas.h                                        |    8 
 hw/dmx/config/CanvasP.h                                       |   10 
 hw/dmx/config/dmxcompat.c                                     |  160 
 hw/dmx/config/dmxconfig.c                                     |  340 
 hw/dmx/config/dmxconfig.h                                     |    4 
 hw/dmx/config/dmxparse.c                                      |  473 
 hw/dmx/config/dmxparse.h                                      |  329 
 hw/dmx/config/dmxprint.c                                      |  373 
 hw/dmx/config/dmxprint.h                                      |    4 
 hw/dmx/config/dmxtodmx.c                                      |    7 
 hw/dmx/config/vdltodmx.c                                      |   10 
 hw/dmx/config/xdmxconfig.c                                    | 1263 
 hw/dmx/dmx-config.h                                           |    2 
 hw/dmx/dmx.c                                                  |  863 
 hw/dmx/dmx.h                                                  |  268 
 hw/dmx/dmx_glxvisuals.c                                       |  904 
 hw/dmx/dmx_glxvisuals.h                                       |   26 
 hw/dmx/dmxcb.c                                                |  161 
 hw/dmx/dmxcb.h                                                |    2 
 hw/dmx/dmxclient.h                                            |   20 
 hw/dmx/dmxcmap.c                                              |  136 
 hw/dmx/dmxcmap.h                                              |    7 
 hw/dmx/dmxcursor.c                                            |  522 
 hw/dmx/dmxcursor.h                                            |    9 
 hw/dmx/dmxdpms.c                                              |  117 
 hw/dmx/dmxdpms.h                                              |    6 
 hw/dmx/dmxextension.c                                         | 1772 -
 hw/dmx/dmxextension.h                                         |   99 
 hw/dmx/dmxfont.c                                              |  597 
 hw/dmx/dmxfont.h                                              |    4 
 hw/dmx/dmxgc.c                                                |  382 
 hw/dmx/dmxgc.h                                                |   11 
 hw/dmx/dmxgcops.c                                             |  476 
 hw/dmx/dmxgcops.h                                             |   64 
 hw/dmx/dmxinit.c                                              |  850 
 hw/dmx/dmxinit.h                                              |   16 
 hw/dmx/dmxinput.c                                             |   27 
 hw/dmx/dmxinput.h                                             |   78 
 hw/dmx/dmxlog.c                                               |  326 
 hw/dmx/dmxlog.h                                               |   27 
 hw/dmx/dmxpict.c                                              | 1405 
 hw/dmx/dmxpict.h                                              |   54 
 hw/dmx/dmxpixmap.c                                            |  177 
 hw/dmx/dmxpixmap.h                                            |   19 
 hw/dmx/dmxprop.c                                              |  241 
 hw/dmx/dmxprop.h                                              |   13 
 hw/dmx/dmxscrinit.c                                           |  543 
 hw/dmx/dmxscrinit.h                                           |    6 
 hw/dmx/dmxshadow.c                                            |   27 
 hw/dmx/dmxshadow.h                                            |    2 
 hw/dmx/dmxstat.c                                              |  115 
 hw/dmx/dmxstat.h                                              |   14 
 hw/dmx/dmxsync.c                                              |   78 
 hw/dmx/dmxsync.h                                              |    2 
 hw/dmx/dmxvisual.c                                            |   82 
 hw/dmx/dmxvisual.h                                            |   10 
 hw/dmx/dmxwindow.c                                            | 1019 
 hw/dmx/dmxwindow.h                                            |   47 
 hw/dmx/examples/dmxaddinput.c                                 |   20 
 hw/dmx/examples/dmxaddscreen.c                                |   61 
 hw/dmx/examples/dmxinfo.c                                     |  129 
 hw/dmx/examples/dmxreconfig.c                                 |  139 
 hw/dmx/examples/dmxresize.c                                   |   27 
 hw/dmx/examples/dmxrminput.c                                  |   13 
 hw/dmx/examples/dmxrmscreen.c                                 |   15 
 hw/dmx/examples/dmxwininfo.c                                  |  748 
 hw/dmx/examples/ev.c                                          |  218 
 hw/dmx/examples/evi.c                                         |   21 
 hw/dmx/examples/res.c                                         |   32 
 hw/dmx/examples/xbell.c                                       |   45 
 hw/dmx/examples/xinput.c                                      |  215 
 hw/dmx/examples/xled.c                                        |   28 
 hw/dmx/examples/xtest.c                                       |   14 
 hw/dmx/glxProxy/compsize.c                                    |  866 
 hw/dmx/glxProxy/compsize.h                                    |    2 
 hw/dmx/glxProxy/g_disptab.c                                   | 1128 
 hw/dmx/glxProxy/g_disptab.h                                   | 1252 
 hw/dmx/glxProxy/g_renderswap.c                                | 2735 -
 hw/dmx/glxProxy/global.c                                      |    2 
 hw/dmx/glxProxy/glxcmds.c                                     | 4618 +-
 hw/dmx/glxProxy/glxcmds.h                                     |   12 
 hw/dmx/glxProxy/glxcmdsswap.c                                 |  938 
 hw/dmx/glxProxy/glxcontext.h                                  |   56 
 hw/dmx/glxProxy/glxdrawable.h                                 |    5 
 hw/dmx/glxProxy/glxerror.h                                    |    1 
 hw/dmx/glxProxy/glxext.c                                      |  412 
 hw/dmx/glxProxy/glxext.h                                      |   47 
 hw/dmx/glxProxy/glxfbconfig.c                                 |  128 
 hw/dmx/glxProxy/glxfbconfig.h                                 |    5 
 hw/dmx/glxProxy/glxscreens.c                                  |  499 
 hw/dmx/glxProxy/glxscreens.h                                  |    7 
 hw/dmx/glxProxy/glxserver.h                                   |  189 
 hw/dmx/glxProxy/glxsingle.c                                   | 1374 
 hw/dmx/glxProxy/glxsingle.h                                   |   30 
 hw/dmx/glxProxy/glxswap.c                                     |  588 
 hw/dmx/glxProxy/glxswap.h                                     |   12 
 hw/dmx/glxProxy/glxutil.c                                     |    5 
 hw/dmx/glxProxy/glxutil.h                                     |    9 
 hw/dmx/glxProxy/glxvendor.c                                   |  753 
 hw/dmx/glxProxy/glxvendor.h                                   |   27 
 hw/dmx/glxProxy/glxvisuals.c                                  |  140 
 hw/dmx/glxProxy/glxvisuals.h                                  |   12 
 hw/dmx/glxProxy/render2swap.c                                 |  219 
 hw/dmx/glxProxy/renderpixswap.c                               |  445 
 hw/dmx/glxProxy/unpack.h                                      |   53 
 hw/dmx/input/ChkNotMaskEv.c                                   |   68 
 hw/dmx/input/ChkNotMaskEv.h                                   |    2 
 hw/dmx/input/atKeynames.h                                     |   40 
 hw/dmx/input/dmxarg.c                                         |   69 
 hw/dmx/input/dmxarg.h                                         |   10 
 hw/dmx/input/dmxbackend.c                                     |  359 
 hw/dmx/input/dmxbackend.h                                     |   26 
 hw/dmx/input/dmxcommon.c                                      |  395 
 hw/dmx/input/dmxcommon.h                                      |   40 
 hw/dmx/input/dmxconsole.c                                     |  729 
 hw/dmx/input/dmxconsole.h                                     |   34 
 hw/dmx/input/dmxdetach.c                                      |    4 
 hw/dmx/input/dmxdummy.c                                       |   50 
 hw/dmx/input/dmxevents.c                                      |  436 
 hw/dmx/input/dmxevents.h                                      |    4 
 hw/dmx/input/dmxinputinit.c                                   |  829 
 hw/dmx/input/dmxinputinit.h                                   |  271 
 hw/dmx/input/dmxmap.c                                         |   28 
 hw/dmx/input/dmxmap.h                                         |    2 
 hw/dmx/input/dmxmotion.c                                      |   84 
 hw/dmx/input/dmxmotion.h                                      |   11 
 hw/dmx/input/dmxsigio.c                                       |  129 
 hw/dmx/input/dmxsigio.h                                       |    6 
 hw/dmx/input/dmxxinput.c                                      |   17 
 hw/dmx/input/lnx-keyboard.c                                   | 1116 
 hw/dmx/input/lnx-keyboard.h                                   |   44 
 hw/dmx/input/lnx-ms.c                                         |  201 
 hw/dmx/input/lnx-ms.h                                         |   26 
 hw/dmx/input/lnx-ps2.c                                        |  173 
 hw/dmx/input/lnx-ps2.h                                        |   26 
 hw/dmx/input/usb-common.c                                     |  331 
 hw/dmx/input/usb-common.h                                     |   15 
 hw/dmx/input/usb-keyboard.c                                   |  441 
 hw/dmx/input/usb-keyboard.h                                   |   17 
 hw/dmx/input/usb-mouse.c                                      |   67 
 hw/dmx/input/usb-mouse.h                                      |   17 
 hw/dmx/input/usb-other.c                                      |   85 
 hw/dmx/input/usb-other.h                                      |   17 
 hw/dmx/input/usb-private.h                                    |   22 
 hw/kdrive/ephyr/Makefile.am                                   |    1 
 hw/kdrive/ephyr/XF86dri.c                                     |  329 
 hw/kdrive/ephyr/ephyr.c                                       | 1470 
 hw/kdrive/ephyr/ephyr.h                                       |  105 
 hw/kdrive/ephyr/ephyr_draw.c                                  |   76 
 hw/kdrive/ephyr/ephyrdri.c                                    |  328 
 hw/kdrive/ephyr/ephyrdri.h                                    |   77 
 hw/kdrive/ephyr/ephyrdriext.c                                 | 1574 
 hw/kdrive/ephyr/ephyrdriext.h                                 |   10 
 hw/kdrive/ephyr/ephyrglxext.c                                 |  756 
 hw/kdrive/ephyr/ephyrglxext.h                                 |    3 
 hw/kdrive/ephyr/ephyrhostglx.c                                |  666 
 hw/kdrive/ephyr/ephyrhostglx.h                                |   59 
 hw/kdrive/ephyr/ephyrhostproxy.c                              |   51 
 hw/kdrive/ephyr/ephyrhostproxy.h                              |   26 
 hw/kdrive/ephyr/ephyrhostvideo.c                              | 1053 
 hw/kdrive/ephyr/ephyrhostvideo.h                              |  237 
 hw/kdrive/ephyr/ephyrinit.c                                   |  494 
 hw/kdrive/ephyr/ephyrlog.h                                    |   10 
 hw/kdrive/ephyr/ephyrproxyext.c                               |   82 
 hw/kdrive/ephyr/ephyrproxyext.h                               |    3 
 hw/kdrive/ephyr/ephyrvideo.c                                  | 1573 
 hw/kdrive/ephyr/hostx.c                                       | 1798 -
 hw/kdrive/ephyr/hostx.h                                       |  240 
 hw/kdrive/ephyr/os.c                                          |   22 
 hw/kdrive/ephyr/xf86dri.h                                     |   80 
 hw/kdrive/fake/fake.c                                         |  446 
 hw/kdrive/fake/fake.h                                         |   85 
 hw/kdrive/fake/fakeinit.c                                     |   86 
 hw/kdrive/fake/kbd.c                                          |   12 
 hw/kdrive/fake/mouse.c                                        |    9 
 hw/kdrive/fake/os.c                                           |   13 
 hw/kdrive/fbdev/fbdev.c                                       |  789 
 hw/kdrive/fbdev/fbdev.h                                       |   56 
 hw/kdrive/fbdev/fbinit.c                                      |   98 
 hw/kdrive/linux/evdev.c                                       |  292 
 hw/kdrive/linux/keyboard.c                                    | 1015 
 hw/kdrive/linux/linux.c                                       |  385 
 hw/kdrive/linux/mouse.c                                       |  956 
 hw/kdrive/linux/ms.c                                          |  134 
 hw/kdrive/linux/ps2.c                                         |  142 
 hw/kdrive/linux/tslib.c                                       |   48 
 hw/kdrive/src/fourcc.h                                        |    3 
 hw/kdrive/src/kcmap.c                                         |  159 
 hw/kdrive/src/kdrive.c                                        | 1211 
 hw/kdrive/src/kdrive.h                                        |  552 
 hw/kdrive/src/kinfo.c                                         |   71 
 hw/kdrive/src/kinput.c                                        | 1361 
 hw/kdrive/src/kmode.c                                         |  542 
 hw/kdrive/src/kshadow.c                                       |   43 
 hw/kdrive/src/kxv.c                                           | 2887 -
 hw/kdrive/src/kxv.h                                           |  318 
 hw/vfb/InitInput.c                                            |   65 
 hw/vfb/InitOutput.c                                           |  830 
 hw/vfb/Makefile.am                                            |    2 
 hw/xfree86/Makefile.am                                        |   37 
 hw/xfree86/common/Makefile.am                                 |   20 
 hw/xfree86/common/compiler.h                                  | 1543 
 hw/xfree86/common/dgaproc.h                                   |  110 
 hw/xfree86/common/fourcc.h                                    |    3 
 hw/xfree86/common/vidmodeproc.h                               |   41 
 hw/xfree86/common/xaarop.h                                    |  311 
 hw/xfree86/common/xf86.h                                      |  406 
 hw/xfree86/common/xf86AutoConfig.c                            |  185 
 hw/xfree86/common/xf86Bus.c                                   |  345 
 hw/xfree86/common/xf86Bus.h                                   |   33 
 hw/xfree86/common/xf86Config.c                                | 2185 -
 hw/xfree86/common/xf86Config.h                                |   10 
 hw/xfree86/common/xf86Configure.c                             |  827 
 hw/xfree86/common/xf86Cursor.c                                | 1172 
 hw/xfree86/common/xf86DGA.c                                   | 2484 +
 hw/xfree86/common/xf86DPMS.c                                  |   82 
 hw/xfree86/common/xf86Events.c                                |  525 
 hw/xfree86/common/xf86Extensions.c                            |  142 
 hw/xfree86/common/xf86Extensions.h                            |   55 
 hw/xfree86/common/xf86Globals.c                               |  102 
 hw/xfree86/common/xf86Helper.c                                | 1461 
 hw/xfree86/common/xf86InPriv.h                                |    2 
 hw/xfree86/common/xf86Init.c                                  | 2209 -
 hw/xfree86/common/xf86Mode.c                                  | 2339 -
 hw/xfree86/common/xf86Module.h                                |  119 
 hw/xfree86/common/xf86Opt.h                                   |  135 
 hw/xfree86/common/xf86Option.c                                |  817 
 hw/xfree86/common/xf86Optionstr.h                             |   16 
 hw/xfree86/common/xf86PM.c                                    |  231 
 hw/xfree86/common/xf86PciInfo.h                               |   23 
 hw/xfree86/common/xf86Priv.h                                  |  143 
 hw/xfree86/common/xf86Privstr.h                               |  122 
 hw/xfree86/common/xf86RandR.c                                 |  508 
 hw/xfree86/common/xf86VGAarbiter.c                            |  668 
 hw/xfree86/common/xf86VGAarbiter.h                            |    3 
 hw/xfree86/common/xf86VGAarbiterPriv.h                        |  223 
 hw/xfree86/common/xf86VidMode.c                               |  363 
 hw/xfree86/common/xf86Xinput.c                                |  554 
 hw/xfree86/common/xf86Xinput.h                                |  180 
 hw/xfree86/common/xf86cmap.c                                  | 1260 
 hw/xfree86/common/xf86cmap.h                                  |   48 
 hw/xfree86/common/xf86fbBus.c                                 |   20 
 hw/xfree86/common/xf86fbman.c                                 | 2177 -
 hw/xfree86/common/xf86fbman.h                                 |  221 
 hw/xfree86/common/xf86noBus.c                                 |    2 
 hw/xfree86/common/xf86pciBus.c                                | 1481 
 hw/xfree86/common/xf86pciBus.h                                |   16 
 hw/xfree86/common/xf86platformBus.c                           |  492 
 hw/xfree86/common/xf86platformBus.h                           |   64 
 hw/xfree86/common/xf86sbusBus.c                               |  723 
 hw/xfree86/common/xf86sbusBus.h                               |   53 
 hw/xfree86/common/xf86str.h                                   |  913 
 hw/xfree86/common/xf86vmode.c                                 | 2165 +
 hw/xfree86/common/xf86xv.c                                    | 3178 -
 hw/xfree86/common/xf86xv.h                                    |  361 
 hw/xfree86/common/xf86xvmc.c                                  |  234 
 hw/xfree86/common/xf86xvmc.h                                  |  113 
 hw/xfree86/common/xf86xvpriv.h                                |   78 
 hw/xfree86/common/xisb.c                                      |  136 
 hw/xfree86/common/xisb.h                                      |   30 
 hw/xfree86/common/xorgHelper.c                                |    1 
 hw/xfree86/common/xorgVersion.h                               |   26 
 hw/xfree86/ddc/ddc.c                                          |  368 
 hw/xfree86/ddc/ddcProperty.c                                  |   31 
 hw/xfree86/ddc/edid.h                                         |  327 
 hw/xfree86/ddc/interpret_edid.c                               |  521 
 hw/xfree86/ddc/print_edid.c                                   |  644 
 hw/xfree86/ddc/xf86DDC.h                                      |   66 
 hw/xfree86/dixmods/Makefile.am                                |   45 
 hw/xfree86/dixmods/dbemodule.c                                |   46 
 hw/xfree86/dixmods/extmod/Makefile.am                         |   30 
 hw/xfree86/dixmods/extmod/dgaproc.h                           |  142 
 hw/xfree86/dixmods/extmod/modinit.c                           |  184 
 hw/xfree86/dixmods/extmod/modinit.h                           |   44 
 hw/xfree86/dixmods/extmod/xf86dga2.c                          | 1035 
 hw/xfree86/dixmods/extmod/xf86vmode.c                         | 2098 -
 hw/xfree86/dixmods/extmod/xvmod.c                             |   23 
 hw/xfree86/dixmods/extmod/xvmodproc.h                         |   13 
 hw/xfree86/dixmods/fbmodule.c                                 |   28 
 hw/xfree86/dixmods/glxmodule.c                                |   61 
 hw/xfree86/dixmods/recordmod.c                                |   44 
 hw/xfree86/dixmods/shmodule.c                                 |   23 
 hw/xfree86/dixmods/xkbKillSrv.c                               |    2 
 hw/xfree86/dixmods/xkbPrivate.c                               |   19 
 hw/xfree86/dixmods/xkbVT.c                                    |    8 
 hw/xfree86/doc/README.modes                                   |    9 
 hw/xfree86/doc/ddxDesign.xml                                  |  131 
 hw/xfree86/doc/exa-driver.txt                                 |    9 
 hw/xfree86/dri/Makefile.am                                    |   29 
 hw/xfree86/dri/dri.c                                          | 2434 -
 hw/xfree86/dri/dri.h                                          |  301 
 hw/xfree86/dri/drimodule.c                                    |   93 
 hw/xfree86/dri/dristruct.h                                    |   95 
 hw/xfree86/dri/sarea.h                                        |   33 
 hw/xfree86/dri/xf86dri.c                                      |  565 
 hw/xfree86/dri2/Makefile.am                                   |   12 
 hw/xfree86/dri2/dri2.c                                        | 1304 
 hw/xfree86/dri2/dri2.h                                        |  234 
 hw/xfree86/dri2/dri2ext.c                                     |  411 
 hw/xfree86/dri2/dri2int.h                                     |   26 
 hw/xfree86/exa/Makefile.am                                    |    4 
 hw/xfree86/exa/examodule.c                                    |  162 
 hw/xfree86/exa/man/exa.man                                    |    6 
 hw/xfree86/fbdevhw/Makefile.am                                |    2 
 hw/xfree86/fbdevhw/fbdevhw.c                                  | 1180 
 hw/xfree86/fbdevhw/fbdevhw.h                                  |   96 
 hw/xfree86/fbdevhw/fbdevhwstub.c                              |  102 
 hw/xfree86/fbdevhw/fbpriv.h                                   |  330 
 hw/xfree86/fbdevhw/man/fbdevhw.man                            |    2 
 hw/xfree86/i2c/Makefile.am                                    |   16 
 hw/xfree86/i2c/bt829.c                                        | 1110 
 hw/xfree86/i2c/bt829.h                                        |   90 
 hw/xfree86/i2c/bt829_module.c                                 |   27 
 hw/xfree86/i2c/fi1236.c                                       |  277 
 hw/xfree86/i2c/fi1236.h                                       |  110 
 hw/xfree86/i2c/fi1236_module.c                                |   33 
 hw/xfree86/i2c/msp3430.c                                      | 1184 
 hw/xfree86/i2c/msp3430.h                                      |   53 
 hw/xfree86/i2c/msp3430_module.c                               |   33 
 hw/xfree86/i2c/tda8425.c                                      |  103 
 hw/xfree86/i2c/tda8425.h                                      |   29 
 hw/xfree86/i2c/tda8425_module.c                               |   33 
 hw/xfree86/i2c/tda9850.c                                      |  176 
 hw/xfree86/i2c/tda9850.h                                      |   21 
 hw/xfree86/i2c/tda9850_module.c                               |   33 
 hw/xfree86/i2c/tda9885.c                                      |  148 
 hw/xfree86/i2c/tda9885.h                                      |   62 
 hw/xfree86/i2c/tda9885_module.c                               |   33 
 hw/xfree86/i2c/uda1380.c                                      |  267 
 hw/xfree86/i2c/uda1380.h                                      |   17 
 hw/xfree86/i2c/uda1380_module.c                               |   33 
 hw/xfree86/i2c/xf86i2c.c                                      |  460 
 hw/xfree86/i2c/xf86i2c.h                                      |  105 
 hw/xfree86/int10/generic.c                                    |  269 
 hw/xfree86/int10/helper_exec.c                                |  555 
 hw/xfree86/int10/helper_mem.c                                 |  186 
 hw/xfree86/int10/stub.c                                       |    2 
 hw/xfree86/int10/xf86int10.c                                  | 1238 
 hw/xfree86/int10/xf86int10.h                                  |   72 
 hw/xfree86/int10/xf86int10module.c                            |   23 
 hw/xfree86/int10/xf86x86emu.c                                 |   38 
 hw/xfree86/loader/Makefile.am                                 |    3 
 hw/xfree86/loader/loader.c                                    |   63 
 hw/xfree86/loader/loader.h                                    |    5 
 hw/xfree86/loader/loaderProcs.h                               |   11 
 hw/xfree86/loader/loadext.c                                   |  440 
 hw/xfree86/loader/loadmod.c                                   | 1119 
 hw/xfree86/loader/os.c                                        |    2 
 hw/xfree86/man/Xorg.man                                       |  118 
 hw/xfree86/man/xorg.conf.man                                  |  102 
 hw/xfree86/modes/xf86Crtc.c                                   | 3753 +-
 hw/xfree86/modes/xf86Crtc.h                                   |  544 
 hw/xfree86/modes/xf86Cursors.c                                |  634 
 hw/xfree86/modes/xf86DiDGA.c                                  |  203 
 hw/xfree86/modes/xf86DisplayIDModes.c                         |  481 
 hw/xfree86/modes/xf86EdidModes.c                              | 1075 
 hw/xfree86/modes/xf86Modes.c                                  |  636 
 hw/xfree86/modes/xf86Modes.h                                  |   70 
 hw/xfree86/modes/xf86RandR12.c                                | 2273 -
 hw/xfree86/modes/xf86RandR12.h                                |   21 
 hw/xfree86/modes/xf86Rename.h                                 |    2 
 hw/xfree86/modes/xf86Rotate.c                                 |  672 
 hw/xfree86/modes/xf86cvt.c                                    |   63 
 hw/xfree86/modes/xf86gtf.c                                    |   84 
 hw/xfree86/os-support/bsd/alpha_video.c                       |  606 
 hw/xfree86/os-support/bsd/arm_video.c                         |  741 
 hw/xfree86/os-support/bsd/bsd_VTsw.c                          |   56 
 hw/xfree86/os-support/bsd/bsd_apm.c                           |   96 
 hw/xfree86/os-support/bsd/bsd_axp.c                           |   65 
 hw/xfree86/os-support/bsd/bsd_bell.c                          |   48 
 hw/xfree86/os-support/bsd/bsd_ev56.c                          |   30 
 hw/xfree86/os-support/bsd/bsd_init.c                          |  778 
 hw/xfree86/os-support/bsd/bsd_kmod.c                          |    7 
 hw/xfree86/os-support/bsd/bsd_kqueue_apm.c                    |  134 
 hw/xfree86/os-support/bsd/i386_video.c                        | 1113 
 hw/xfree86/os-support/bsd/memrange.h                          |   57 
 hw/xfree86/os-support/bsd/ppc_video.c                         |  105 
 hw/xfree86/os-support/bsd/sparc64_video.c                     |   40 
 hw/xfree86/os-support/bus/Pci.c                               |    2 
 hw/xfree86/os-support/bus/Pci.h                               |    5 
 hw/xfree86/os-support/bus/Sbus.c                              |  627 
 hw/xfree86/os-support/bus/nobus.c                             |    6 
 hw/xfree86/os-support/bus/xf86Pci.h                           |   11 
 hw/xfree86/os-support/bus/xf86Sbus.h                          |    2 
 hw/xfree86/os-support/hurd/hurd_init.c                        |   43 
 hw/xfree86/os-support/hurd/hurd_mmap.c                        |   84 
 hw/xfree86/os-support/hurd/hurd_video.c                       |  109 
 hw/xfree86/os-support/linux/Makefile.am                       |    2 
 hw/xfree86/os-support/linux/int10/linux.c                     |  551 
 hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c           |  390 
 hw/xfree86/os-support/linux/lnx_acpi.c                        |  118 
 hw/xfree86/os-support/linux/lnx_agp.c                         |  461 
 hw/xfree86/os-support/linux/lnx_apm.c                         |  153 
 hw/xfree86/os-support/linux/lnx_axp.c                         |  166 
 hw/xfree86/os-support/linux/lnx_bell.c                        |    2 
 hw/xfree86/os-support/linux/lnx_ev56.c                        |   30 
 hw/xfree86/os-support/linux/lnx_init.c                        |  342 
 hw/xfree86/os-support/linux/lnx_kmod.c                        |  127 
 hw/xfree86/os-support/linux/lnx_platform.c                    |  179 
 hw/xfree86/os-support/linux/lnx_video.c                       |  808 
 hw/xfree86/os-support/misc/SlowBcopy.c                        |   87 
 hw/xfree86/os-support/shared/VTsw_noop.c                      |    8 
 hw/xfree86/os-support/shared/VTsw_usl.c                       |   34 
 hw/xfree86/os-support/shared/agp_noop.c                       |   23 
 hw/xfree86/os-support/shared/bios_mmap.c                      |  128 
 hw/xfree86/os-support/shared/ioperm_noop.c                    |    5 
 hw/xfree86/os-support/shared/kmod_noop.c                      |    5 
 hw/xfree86/os-support/shared/platform_noop.c                  |   23 
 hw/xfree86/os-support/shared/pm_noop.c                        |    4 
 hw/xfree86/os-support/shared/posix_tty.c                      |  847 
 hw/xfree86/os-support/shared/sigio.c                          |  296 
 hw/xfree86/os-support/shared/sigiostubs.c                     |   19 
 hw/xfree86/os-support/shared/vidmem.c                         |  314 
 hw/xfree86/os-support/shared/xf86Axp.c                        |   41 
 hw/xfree86/os-support/shared/xf86Axp.h                        |   37 
 hw/xfree86/os-support/solaris/sun_VTsw.c                      |  115 
 hw/xfree86/os-support/solaris/sun_agp.c                       |  389 
 hw/xfree86/os-support/solaris/sun_apm.c                       |  123 
 hw/xfree86/os-support/solaris/sun_bell.c                      |   43 
 hw/xfree86/os-support/solaris/sun_init.c                      |  502 
 hw/xfree86/os-support/solaris/sun_vid.c                       |  177 
 hw/xfree86/os-support/stub/stub_bios.c                        |    4 
 hw/xfree86/os-support/stub/stub_init.c                        |    2 
 hw/xfree86/os-support/stub/stub_video.c                       |    4 
 hw/xfree86/os-support/xf86OSpriv.h                            |   32 
 hw/xfree86/os-support/xf86_OSlib.h                            |  411 
 hw/xfree86/os-support/xf86_OSproc.h                           |  103 
 hw/xfree86/parser/Configint.h                                 |   17 
 hw/xfree86/parser/DRI.c                                       |  101 
 hw/xfree86/parser/Device.c                                    |  533 
 hw/xfree86/parser/Extensions.c                                |   66 
 hw/xfree86/parser/Files.c                                     |  301 
 hw/xfree86/parser/Flags.c                                     |  651 
 hw/xfree86/parser/Input.c                                     |  219 
 hw/xfree86/parser/InputClass.c                                |   26 
 hw/xfree86/parser/Layout.c                                    |  840 
 hw/xfree86/parser/Module.c                                    |  331 
 hw/xfree86/parser/Monitor.c                                   | 1467 
 hw/xfree86/parser/Pointer.c                                   |  292 
 hw/xfree86/parser/Screen.c                                    |  876 
 hw/xfree86/parser/Vendor.c                                    |  272 
 hw/xfree86/parser/Video.c                                     |  348 
 hw/xfree86/parser/configProcs.h                               |   86 
 hw/xfree86/parser/read.c                                      |  378 
 hw/xfree86/parser/scan.c                                      | 1543 
 hw/xfree86/parser/write.c                                     |  189 
 hw/xfree86/parser/xf86Optrec.h                                |   24 
 hw/xfree86/parser/xf86Parser.h                                |  721 
 hw/xfree86/parser/xf86tokens.h                                |   19 
 hw/xfree86/ramdac/.gitignore                                  |    2 
 hw/xfree86/ramdac/BT.c                                        |  158 
 hw/xfree86/ramdac/BT.h                                        |   15 
 hw/xfree86/ramdac/BTPriv.h                                    |    8 
 hw/xfree86/ramdac/IBM.c                                       |  838 
 hw/xfree86/ramdac/IBM.h                                       |   73 
 hw/xfree86/ramdac/IBMPriv.h                                   |   22 
 hw/xfree86/ramdac/Makefile.am                                 |   11 
 hw/xfree86/ramdac/TI.c                                        |  838 
 hw/xfree86/ramdac/TI.h                                        |   41 
 hw/xfree86/ramdac/TIPriv.h                                    |    6 
 hw/xfree86/ramdac/xf86Cursor.c                                |  379 
 hw/xfree86/ramdac/xf86Cursor.h                                |   21 
 hw/xfree86/ramdac/xf86CursorPriv.h                            |   47 
 hw/xfree86/ramdac/xf86HWCurs.c                                |  444 
 hw/xfree86/ramdac/xf86RamDac.c                                |   30 
 hw/xfree86/ramdac/xf86RamDac.h                                |  103 
 hw/xfree86/ramdac/xf86RamDacCmap.c                            |   26 
 hw/xfree86/ramdac/xf86RamDacPriv.h                            |    4 
 hw/xfree86/sdksyms.sh                                         |   38 
 hw/xfree86/shadowfb/Makefile.am                               |    3 
 hw/xfree86/shadowfb/sfbmodule.c                               |   23 
 hw/xfree86/shadowfb/shadow.c                                  | 2032 -
 hw/xfree86/shadowfb/shadowfb.h                                |   18 
 hw/xfree86/utils/cvt/cvt.c                                    |  100 
 hw/xfree86/utils/gtf/gtf.c                                    |  324 
 hw/xfree86/utils/man/cvt.man                                  |   10 
 hw/xfree86/utils/man/gtf.man                                  |    8 
 hw/xfree86/vbe/Makefile.am                                    |    5 
 hw/xfree86/vbe/vbe.c                                          | 1050 
 hw/xfree86/vbe/vbe.h                                          |  208 
 hw/xfree86/vbe/vbeModes.c                                     |  520 
 hw/xfree86/vbe/vbeModes.h                                     |   30 
 hw/xfree86/vbe/vbe_module.c                                   |    7 
 hw/xfree86/vgahw/vgaCmap.c                                    |  337 
 hw/xfree86/vgahw/vgaHW.c                                      | 1387 
 hw/xfree86/vgahw/vgaHW.h                                      |  184 
 hw/xfree86/vgahw/vgaHWmodule.c                                |   20 
 hw/xfree86/x86emu/debug.c                                     |  507 
 hw/xfree86/x86emu/decode.c                                    | 1068 
 hw/xfree86/x86emu/fpu.c                                       |  449 
 hw/xfree86/x86emu/ops.c                                       | 2873 +
 hw/xfree86/x86emu/ops2.c                                      | 1877 -
 hw/xfree86/x86emu/prim_ops.c                                  | 3147 -
 hw/xfree86/x86emu/sys.c                                       |  427 
 hw/xfree86/x86emu/validate.c                                  |   50 
 hw/xfree86/x86emu/x86emu.h                                    |   75 
 hw/xfree86/x86emu/x86emu/debug.h                              |  163 
 hw/xfree86/x86emu/x86emu/decode.h                             |   57 
 hw/xfree86/x86emu/x86emu/fpu.h                                |   23 
 hw/xfree86/x86emu/x86emu/fpu_regs.h                           |   44 
 hw/xfree86/x86emu/x86emu/ops.h                                |    6 
 hw/xfree86/x86emu/x86emu/prim_asm.h                           |  251 
 hw/xfree86/x86emu/x86emu/prim_ops.h                           |  189 
 hw/xfree86/x86emu/x86emu/prim_x86_gcc.h                       |   36 
 hw/xfree86/x86emu/x86emu/regs.h                               |  101 
 hw/xfree86/x86emu/x86emu/types.h                              |   23 
 hw/xfree86/x86emu/x86emu/x86emui.h                            |   34 
 hw/xfree86/xaa/.gitignore                                     |    4 
 hw/xfree86/xaa/Makefile.am                                    |   78 
 hw/xfree86/xaa/XAA.HOWTO                                      | 1427 
 hw/xfree86/xaa/xaa.h                                          | 1394 
 hw/xfree86/xaa/xaaBitBlt.c                                    |  221 
 hw/xfree86/xaa/xaaBitOrder.c                                  |   16 
 hw/xfree86/xaa/xaaBitmap.c                                    |  476 
 hw/xfree86/xaa/xaaCpyArea.c                                   |  387 
 hw/xfree86/xaa/xaaCpyPlane.c                                  |  208 
 hw/xfree86/xaa/xaaCpyWin.c                                    |   82 
 hw/xfree86/xaa/xaaDashLine.c                                  |  334 
 hw/xfree86/xaa/xaaFallback.c                                  |  351 
 hw/xfree86/xaa/xaaFillArc.c                                   |  213 
 hw/xfree86/xaa/xaaFillPoly.c                                  |  962 
 hw/xfree86/xaa/xaaFillRect.c                                  | 1095 
 hw/xfree86/xaa/xaaGC.c                                        |  650 
 hw/xfree86/xaa/xaaGCmisc.c                                    |  429 
 hw/xfree86/xaa/xaaImage.c                                     |  521 
 hw/xfree86/xaa/xaaInit.c                                      |  635 
 hw/xfree86/xaa/xaaInitAccel.c                                 | 1498 
 hw/xfree86/xaa/xaaLine.c                                      |  394 
 hw/xfree86/xaa/xaaLineMisc.c                                  |  150 
 hw/xfree86/xaa/xaaNonTEGlyph.c                                |  200 
 hw/xfree86/xaa/xaaNonTEText.c                                 |  591 
 hw/xfree86/xaa/xaaOffscreen.c                                 |  162 
 hw/xfree86/xaa/xaaOverlay.c                                   |  129 
 hw/xfree86/xaa/xaaOverlayDF.c                                 | 1053 
 hw/xfree86/xaa/xaaPCache.c                                    | 2374 -
 hw/xfree86/xaa/xaaPict.c                                      |  655 
 hw/xfree86/xaa/xaaROP.c                                       |  184 
 hw/xfree86/xaa/xaaRect.c                                      |  136 
 hw/xfree86/xaa/xaaSpans.c                                     |  882 
 hw/xfree86/xaa/xaaStateChange.c                               | 1627 
 hw/xfree86/xaa/xaaStipple.c                                   |  866 
 hw/xfree86/xaa/xaaTEGlyph.c                                   | 1077 
 hw/xfree86/xaa/xaaTEText.c                                    |  311 
 hw/xfree86/xaa/xaaTables.c                                    |   90 
 hw/xfree86/xaa/xaaWideLine.c                                  |  921 
 hw/xfree86/xaa/xaacexp.h                                      |  127 
 hw/xfree86/xaa/xaalocal.h                                     | 1759 -
 hw/xfree86/xaa/xaarop.h                                       |  311 
 hw/xfree86/xaa/xaawrap.h                                      |   79 
 hw/xnest/Args.c                                               |  262 
 hw/xnest/Args.h                                               |   20 
 hw/xnest/Color.c                                              |  676 
 hw/xnest/Color.h                                              |   21 
 hw/xnest/Cursor.c                                             |  193 
 hw/xnest/Display.c                                            |  274 
 hw/xnest/Display.h                                            |    8 
 hw/xnest/Drawable.h                                           |    2 
 hw/xnest/Events.c                                             |  261 
 hw/xnest/Events.h                                             |    2 
 hw/xnest/Font.c                                               |   70 
 hw/xnest/GC.c                                                 |  412 
 hw/xnest/GCOps.c                                              |  323 
 hw/xnest/GCOps.h                                              |   58 
 hw/xnest/Handlers.c                                           |    6 
 hw/xnest/Handlers.h                                           |    4 
 hw/xnest/Init.c                                               |  117 
 hw/xnest/Init.h                                               |    2 
 hw/xnest/Keyboard.c                                           |  375 
 hw/xnest/Keyboard.h                                           |    4 
 hw/xnest/Makefile.am                                          |    1 
 hw/xnest/Pixmap.c                                             |  162 
 hw/xnest/Pointer.c                                            |   89 
 hw/xnest/Pointer.h                                            |    4 
 hw/xnest/Screen.c                                             |  646 
 hw/xnest/Screen.h                                             |    6 
 hw/xnest/Visual.c                                             |   50 
 hw/xnest/Visual.h                                             |    4 
 hw/xnest/Window.c                                             |  740 
 hw/xnest/XNCursor.h                                           |   25 
 hw/xnest/XNFont.h                                             |    4 
 hw/xnest/XNGC.h                                               |    5 
 hw/xnest/XNPixmap.h                                           |    7 
 hw/xnest/XNWindow.h                                           |   29 
 hw/xnest/Xnest.h                                              |    8 
 hw/xnest/xnest-config.h                                       |    2 
 hw/xquartz/GL/capabilities.c                                  |  619 
 hw/xquartz/GL/capabilities.h                                  |   10 
 hw/xquartz/GL/glcontextmodes.c                                |  643 
 hw/xquartz/GL/glcontextmodes.h                                |   34 
 hw/xquartz/GL/indirect.c                                      |  498 
 hw/xquartz/GL/visualConfigs.c                                 |  300 
 hw/xquartz/GL/visualConfigs.h                                 |    3 
 hw/xquartz/X11Application.h                                   |  187 
 hw/xquartz/X11Application.m                                   | 2141 -
 hw/xquartz/X11Controller.h                                    |  115 
 hw/xquartz/X11Controller.m                                    | 1160 
 hw/xquartz/applewm.c                                          |  379 
 hw/xquartz/applewmExt.h                                       |   93 
 hw/xquartz/bundle/Resources/English.lproj/Localizable.strings |binary
 hw/xquartz/console_redirect.c                                 |  326 
 hw/xquartz/console_redirect.h                                 |    8 
 hw/xquartz/darwin.c                                           |  657 
 hw/xquartz/darwin.h                                           |   71 
 hw/xquartz/darwinEvents.c                                     |  747 
 hw/xquartz/darwinEvents.h                                     |   46 
 hw/xquartz/darwinXinput.c                                     |  110 
 hw/xquartz/darwinfb.h                                         |   37 
 hw/xquartz/keysym2ucs.c                                       | 1622 
 hw/xquartz/keysym2ucs.h                                       |    6 
 hw/xquartz/mach-startup/Makefile.am                           |   14 
 hw/xquartz/mach-startup/bundle-main.c                         |  542 
 hw/xquartz/mach-startup/launchd_fd.c                          |   67 
 hw/xquartz/mach-startup/launchd_fd.h                          |    5 
 hw/xquartz/mach-startup/stub.c                                |  228 
 hw/xquartz/pbproxy/app-main.m                                 |  119 
 hw/xquartz/pbproxy/main.m                                     |  135 
 hw/xquartz/pbproxy/pbproxy.h                                  |   97 
 hw/xquartz/pbproxy/trick_autotools.c                          |    6 
 hw/xquartz/pbproxy/x-input.m                                  |  228 
 hw/xquartz/pbproxy/x-selection.h                              |  125 
 hw/xquartz/pbproxy/x-selection.m                              | 1599 
 hw/xquartz/pseudoramiX.c                                      |  363 
 hw/xquartz/pseudoramiX.h                                      |    7 
 hw/xquartz/quartz.c                                           |  266 
 hw/xquartz/quartz.h                                           |   62 
 hw/xquartz/quartzCocoa.m                                      |   17 
 hw/xquartz/quartzCommon.h                                     |    8 
 hw/xquartz/quartzKeyboard.c                                   |  843 
 hw/xquartz/quartzKeyboard.h                                   |   35 
 hw/xquartz/quartzRandR.c                                      |  431 
 hw/xquartz/quartzRandR.h                                      |   23 
 hw/xquartz/quartzStartup.c                                    |   56 
 hw/xquartz/sanitizedCarbon.h                                  |   10 
 hw/xquartz/sanitizedCocoa.h                                   |   10 
 hw/xquartz/xpr/appledri.c                                     |  267 
 hw/xquartz/xpr/appledri.h                                     |  154 
 hw/xquartz/xpr/appledristr.h                                  |  392 
 hw/xquartz/xpr/dri.c                                          |  583 
 hw/xquartz/xpr/dri.h                                          |  152 
 hw/xquartz/xpr/driWrap.c                                      |  332 
 hw/xquartz/xpr/driWrap.h                                      |   53 
 hw/xquartz/xpr/dristruct.h                                    |  102 
 hw/xquartz/xpr/x-hash.c                                       |  266 
 hw/xquartz/xpr/x-hash.h                                       |  119 
 hw/xquartz/xpr/x-hook.c                                       |  132 
 hw/xquartz/xpr/x-hook.h                                       |   65 
 hw/xquartz/xpr/x-list.c                                       |  206 
 hw/xquartz/xpr/x-list.h                                       |  111 
 hw/xquartz/xpr/xpr.h                                          |   41 
 hw/xquartz/xpr/xprAppleWM.c                                   |   77 
 hw/xquartz/xpr/xprCursor.c                                    |  129 
 hw/xquartz/xpr/xprEvent.c                                     |   43 
 hw/xquartz/xpr/xprEvent.h                                     |    5 
 hw/xquartz/xpr/xprFrame.c                                     |  256 
 hw/xquartz/xpr/xprScreen.c                                    |  255 
 hw/xwin/InitInput.c                                           |   92 
 hw/xwin/InitOutput.c                                          | 1104 
 hw/xwin/ddraw.h                                               | 2158 -
 hw/xwin/glx/Makefile.am                                       |    4 
 hw/xwin/glx/gen_gl_wrappers.py                                |   14 
 hw/xwin/glx/glwindows.h                                       |   20 
 hw/xwin/glx/glwrap.c                                          |   84 
 hw/xwin/glx/indirect.c                                        | 2724 -
 hw/xwin/glx/wgl_ext_api.h                                     |   40 
 hw/xwin/glx/winpriv.c                                         |   58 
 hw/xwin/win.h                                                 |  989 
 hw/xwin/winallpriv.c                                          |  162 
 hw/xwin/winauth.c                                             |  164 
 hw/xwin/winblock.c                                            |   77 
 hw/xwin/winclip.c                                             |    6 
 hw/xwin/winclipboard.h                                        |   44 
 hw/xwin/winclipboardinit.c                                    |  137 
 hw/xwin/winclipboardtextconv.c                                |  166 
 hw/xwin/winclipboardthread.c                                  |  688 
 hw/xwin/winclipboardunicode.c                                 |   32 
 hw/xwin/winclipboardwndproc.c                                 |  870 
 hw/xwin/winclipboardwrappers.c                                |  557 
 hw/xwin/winclipboardxevents.c                                 | 1379 
 hw/xwin/wincmap.c                                             |  809 
 hw/xwin/winconfig.c                                           | 1515 
 hw/xwin/winconfig.h                                           |  448 
 hw/xwin/wincreatewnd.c                                        |  906 
 hw/xwin/wincursor.c                                           |  864 
 hw/xwin/windialogs.c                                          |  977 
 hw/xwin/winengine.c                                           |  408 
 hw/xwin/winerror.c                                            |  114 
 hw/xwin/winfillsp.c                                           | 1535 
 hw/xwin/winfont.c                                             |   50 
 hw/xwin/wingc.c                                               |  199 
 hw/xwin/wingetsp.c                                            |  217 
 hw/xwin/winglobals.c                                          |   96 
 hw/xwin/winglobals.h                                          |   57 
 hw/xwin/winkeybd.c                                            |  643 
 hw/xwin/winkeybd.h                                            |  520 
 hw/xwin/winkeyhook.c                                          |  189 
 hw/xwin/winkeynames.h                                         |   40 
 hw/xwin/winlayouts.h                                          |   96 
 hw/xwin/winmessages.h                                         | 2051 -
 hw/xwin/winmisc.c                                             |  121 
 hw/xwin/winmonitors.c                                         |   33 
 hw/xwin/winmonitors.h                                         |   12 
 hw/xwin/winmouse.c                                            |  458 
 hw/xwin/winms.h                                               |    2 
 hw/xwin/winmsg.c                                              |  167 
 hw/xwin/winmsg.h                                              |   19 
 hw/xwin/winmultiwindowclass.c                                 |  436 
 hw/xwin/winmultiwindowclass.h                                 |   79 
 hw/xwin/winmultiwindowicons.c                                 | 1043 
 hw/xwin/winmultiwindowshape.c                                 |  259 
 hw/xwin/winmultiwindowwindow.c                                | 1289 
 hw/xwin/winmultiwindowwm.c                                    | 2408 -
 hw/xwin/winmultiwindowwndproc.c                               | 1746 -
 hw/xwin/winnativegdi.c                                        |  629 
 hw/xwin/winpfbdd.c                                            |  976 
 hw/xwin/winpixmap.c                                           |  211 
 hw/xwin/winpolyline.c                                         |   24 
 hw/xwin/winprefs.c                                            | 1157 
 hw/xwin/winprefs.h                                            |  159 
 hw/xwin/winprocarg.c                                          | 1762 -
 hw/xwin/winrandr.c                                            |  228 
 hw/xwin/winregistry.c                                         |   44 
 hw/xwin/winresource.h                                         |    2 
 hw/xwin/winrop.c                                              |  134 
 hw/xwin/winscrinit.c                                          | 1078 
 hw/xwin/winsetsp.c                                            |  239 
 hw/xwin/winshaddd.c                                           | 1838 -
 hw/xwin/winshadddnl.c                                         | 1898 -
 hw/xwin/winshadgdi.c                                          | 1630 
 hw/xwin/wintrayicon.c                                         |  235 
 hw/xwin/winvalargs.c                                          |  210 
 hw/xwin/winvideo.c                                            |   95 
 hw/xwin/winwakeup.c                                           |   28 
 hw/xwin/winwin32rootless.c                                    | 1427 
 hw/xwin/winwin32rootlesswindow.c                              |  583 
 hw/xwin/winwin32rootlesswndproc.c                             | 1929 -
 hw/xwin/winwindow.c                                           |  719 
 hw/xwin/winwindow.h                                           |   84 
 hw/xwin/winwindowswm.c                                        |  789 
 hw/xwin/winwndproc.c                                          | 2029 -
 include/XIstubs.h                                             |   27 
 include/Xprintf.h                                             |   58 
 include/callback.h                                            |   38 
 include/client.h                                              |   13 
 include/closestr.h                                            |  107 
 include/closure.h                                             |   13 
 include/colormap.h                                            |  207 
 include/colormapst.h                                          |   74 
 include/cursor.h                                              |  130 
 include/cursorstr.h                                           |   29 
 include/dix-config.h.in                                       |    6 
 include/dix.h                                                 |  732 
 include/dixaccess.h                                           |   58 
 include/dixevents.h                                           |   73 
 include/dixfont.h                                             |  188 
 include/dixfontstr.h                                          |    6 
 include/dixgrabs.h                                            |   45 
 include/dixstruct.h                                           |  167 
 include/eventconvert.h                                        |    2 
 include/events.h                                              |    2 
 include/eventstr.h                                            |   57 
 include/exevents.h                                            |  400 
 include/extension.h                                           |   51 
 include/extinit.h                                             |  165 
 include/extnsionst.h                                          |   62 
 include/gc.h                                                  |  140 
 include/gcstruct.h                                            |  434 
 include/globals.h                                             |   84 
 include/hotplug.h                                             |   42 
 include/input.h                                               |  713 
 include/inputstr.h                                            |  558 
 include/inpututils.h                                          |   23 
 include/list.h                                                |   17 
 include/misc.h                                                |  133 
 include/miscstruct.h                                          |   11 
 include/opaque.h                                              |    7 
 include/optionstr.h                                           |    3 
 include/os.h                                                  |  606 
 include/pixmap.h                                              |   60 
 include/pixmapstr.h                                           |   71 
 include/privates.h                                            |  132 
 include/property.h                                            |   72 
 include/propertyst.h                                          |   20 
 include/protocol-versions.h                                   |    2 
 include/ptrveloc.h                                            |   56 
 include/region.h                                              |    3 
 include/regionstr.h                                           |  183 
 include/registry.h                                            |    8 
 include/resource.h                                            |  228 
 include/rgb.h                                                 |    7 
 include/screenint.h                                           |   46 
 include/scrnintstr.h                                          |  838 
 include/selection.h                                           |   17 
 include/servermd.h                                            |  142 
 include/site.h                                                |    9 
 include/swaprep.h                                             |  430 
 include/swapreq.h                                             |    8 
 include/validate.h                                            |    2 
 include/window.h                                              |  311 
 include/windowstr.h                                           |  123 
 include/xkbfile.h                                             |  354 
 include/xkbrules.h                                            |  105 
 include/xkbsrv.h                                              | 1472 
 include/xkbstr.h                                              |  763 
 include/xorg-config.h.in                                      |    3 
 include/xorg-server.h.in                                      |    5 
 include/xserver-properties.h                                  |    2 
 man/Xserver.man                                               |    7 
 mi/mi.h                                                       |  827 
 mi/miarc.c                                                    | 5238 +--
 mi/mibitblt.c                                                 |  853 
 mi/mibstore.c                                                 |    2 
 mi/mibstore.h                                                 |    2 
 mi/micmap.c                                                   |  685 
 mi/micmap.h                                                   |   32 
 mi/micoord.h                                                  |    2 
 mi/micopy.c                                                   |  449 
 mi/micursor.c                                                 |    3 
 mi/midash.c                                                   |   40 
 mi/midispcur.c                                                |  569 
 mi/mieq.c                                                     |  349 
 mi/miexpose.c                                                 |  760 
 mi/mifillarc.c                                                |  900 
 mi/mifillarc.h                                                |   31 
 mi/mifillrct.c                                                |   93 
 mi/mifpoly.h                                                  |   40 
 mi/mifpolycon.c                                               |  207 
 mi/migc.c                                                     |  307 
 mi/migc.h                                                     |   64 
 mi/miglblt.c                                                  |  186 
 mi/miinitext.c                                                |  550 
 mi/miline.h                                                   |   49 
 mi/mioverlay.c                                                | 2470 -
 mi/mioverlay.h                                                |   24 
 mi/mipointer.c                                                |  323 
 mi/mipointer.h                                                |  175 
 mi/mipointrst.h                                               |   31 
 mi/mipoly.c                                                   |   77 
 mi/mipoly.h                                                   |   80 
 mi/mipolycon.c                                                |   98 
 mi/mipolygen.c                                                |  101 
 mi/mipolypnt.c                                                |   87 
 mi/mipolyrect.c                                               |  198 
 mi/mipolyseg.c                                                |   12 
 mi/mipolytext.c                                               |   62 
 mi/mipolyutil.c                                               |   88 
 mi/mipushpxl.c                                                |  274 
 mi/miscanfill.h                                               |   13 
 mi/miscrinit.c                                                |  197 
 mi/mispans.c                                                  |  719 
 mi/mispans.h                                                  |   45 
 mi/misprite.c                                                 |  703 
 mi/misprite.h                                                 |    8 
 mi/mistruct.h                                                 |   17 
 mi/mivalidate.h                                               |   14 
 mi/mivaltree.c                                                |  895 
 mi/miwideline.c                                               | 3144 -
 mi/miwideline.h                                               |   81 
 mi/miwindow.c                                                 |  958 
 mi/mizerarc.c                                                 | 1127 
 mi/mizerarc.h                                                 |   10 
 mi/mizerclip.c                                                |  370 
 mi/mizerline.c                                                |  389 
 miext/cw/cw.c                                                 |  355 
 miext/cw/cw.h                                                 |   82 
 miext/cw/cw_ops.c                                             |  223 
 miext/cw/cw_render.c                                          |  378 
 miext/damage/damage.c                                         | 2481 -
 miext/damage/damage.h                                         |   85 
 miext/damage/damagestr.h                                      |   72 
 miext/rootless/rootless.h                                     |   81 
 miext/rootless/rootlessCommon.c                               |  188 
 miext/rootless/rootlessCommon.h                               |   46 
 miext/rootless/rootlessConfig.h                               |   22 
 miext/rootless/rootlessGC.c                                   |  427 
 miext/rootless/rootlessScreen.c                               |  237 
 miext/rootless/rootlessValTree.c                              |  589 
 miext/rootless/rootlessWindow.c                               |  387 
 miext/rootless/rootlessWindow.h                               |   15 
 miext/shadow/shadow.c                                         |   96 
 miext/shadow/shadow.h                                         |  114 
 miext/shadow/shalloc.c                                        |    9 
 miext/shadow/shpacked.c                                       |  128 
 miext/shadow/shplanar.c                                       |  162 
 miext/shadow/shplanar8.c                                      |  151 
 miext/shadow/shrotate.c                                       |  425 
 miext/shadow/shrotpack.h                                      |  111 
 miext/shadow/shrotpackYX.h                                    |  152 
 miext/sync/misync.c                                           |   83 
 miext/sync/misync.h                                           |   52 
 miext/sync/misyncstr.h                                        |   56 
 os/WaitFor.c                                                  |  623 
 os/access.c                                                   | 2000 -
 os/auth.c                                                     |  323 
 os/backtrace.c                                                |  256 
 os/client.c                                                   |  120 
 os/connection.c                                               | 1078 
 os/io.c                                                       | 1211 
 os/log.c                                                      |  563 
 os/mitauth.c                                                  |  151 
 os/oscolor.c                                                  | 3058 -
 os/osdep.h                                                    |  116 
 os/osinit.c                                                   |  286 
 os/rpcauth.c                                                  |  113 
 os/strcasecmp.c                                               |    4 
 os/strcasestr.c                                               |   28 
 os/strlcat.c                                                  |   41 
 os/strlcpy.c                                                  |   35 
 os/strndup.c                                                  |   18 
 os/utils.c                                                    | 1783 -
 os/xdmauth.c                                                  |  516 
 os/xdmcp.c                                                    | 1644 
 os/xprintf.c                                                  |   85 
 os/xsha1.c                                                    |  121 
 os/xstrans.c                                                  |    4 
 randr/Makefile.am                                             |    2 
 randr/randr.c                                                 |  469 
 randr/randrstr.h                                              |  815 
 randr/rrcrtc.c                                                | 1869 -
 randr/rrdispatch.c                                            |  366 
 randr/rrinfo.c                                                |  311 
 randr/rrmode.c                                                |  398 
 randr/rroutput.c                                              |  589 
 randr/rrpointer.c                                             |  151 
 randr/rrproperty.c                                            |  836 
 randr/rrprovider.c                                            |  411 
 randr/rrproviderproperty.c                                    |  716 
 randr/rrscreen.c                                              | 1565 
 randr/rrsdispatch.c                                           |  184 
 randr/rrtransform.c                                           |  368 
 randr/rrtransform.h                                           |   60 
 randr/rrxinerama.c                                            |  382 
 record/record.c                                               | 2776 -
 record/set.c                                                  |  338 
 record/set.h                                                  |   38 
 render/animcur.c                                              |  388 
 render/filter.c                                               |  339 
 render/glyph.c                                                |  908 
 render/glyphstr.h                                             |   95 
 render/matrix.c                                               |   18 
 render/miindex.c                                              |  432 
 render/mipict.c                                               |  786 
 render/mipict.h                                               |  153 
 render/mirect.c                                               |  237 
 render/mitrap.c                                               |   58 
 render/mitri.c                                                |   43 
 render/picture.c                                              | 2060 -
 render/picture.h                                              |  115 
 render/picturestr.h                                           |  703 
 render/render.c                                               | 3813 +-
 test/.gitignore                                               |    2 
 test/Makefile.am                                              |   23 
 test/ddxstubs.c                                               |   48 
 test/fixes.c                                                  |   53 
 test/hashtabletest.c                                          |  162 
 test/input.c                                                  |  479 
 test/list.c                                                   |  110 
 test/misc.c                                                   |   10 
 test/os.c                                                     |  130 
 test/signal-logging.c                                         |  115 
 test/string.c                                                 |   13 
 test/touch.c                                                  |   35 
 test/xfree86.c                                                |   17 
 test/xi2/Makefile.am                                          |    2 
 test/xi2/protocol-common.c                                    |  106 
 test/xi2/protocol-common.h                                    |   28 
 test/xi2/protocol-eventconvert.c                              |  453 
 test/xi2/protocol-xigetclientpointer.c                        |   27 
 test/xi2/protocol-xigetselectedevents.c                       |   88 
 test/xi2/protocol-xipassivegrabdevice.c                       |   92 
 test/xi2/protocol-xiquerydevice.c                             |  339 
 test/xi2/protocol-xiquerypointer.c                            |   48 
 test/xi2/protocol-xiqueryversion.c                            |  141 
 test/xi2/protocol-xiselectevents.c                            |  131 
 test/xi2/protocol-xisetclientpointer.c                        |   24 
 test/xi2/protocol-xiwarppointer.c                             |   41 
 test/xi2/xi2.c                                                |   16 
 test/xkb.c                                                    |   17 
 test/xtest.c                                                  |   40 
 xfixes/cursor.c                                               | 1180 
 xfixes/region.c                                               |  760 
 xfixes/saveset.c                                              |   32 
 xfixes/select.c                                               |  301 
 xfixes/xfixes.c                                               |  271 
 xfixes/xfixes.h                                               |   17 
 xfixes/xfixesint.h                                            |  177 
 xkb/XKBAlloc.c                                                |  412 
 xkb/XKBGAlloc.c                                               | 1079 
 xkb/XKBMAlloc.c                                               | 1483 
 xkb/XKBMisc.c                                                 | 1354 
 xkb/ddxBeep.c                                                 |  455 
 xkb/ddxCtrls.c                                                |   32 
 xkb/ddxKillSrv.c                                              |    2 
 xkb/ddxLEDs.c                                                 |   40 
 xkb/ddxList.c                                                 |  350 
 xkb/ddxLoad.c                                                 |  384 
 xkb/ddxPrivate.c                                              |    2 
 xkb/ddxVT.c                                                   |    2 
 xkb/maprules.c                                                | 1340 
 xkb/xkb.c                                                     | 9278 ++---
 xkb/xkb.h                                                     |    2 
 xkb/xkbAccessX.c                                              |  878 
 xkb/xkbActions.c                                              | 2082 -
 xkb/xkbDflts.h                                                |  780 
 xkb/xkbEvents.c                                               | 1238 
 xkb/xkbInit.c                                                 |  588 
 xkb/xkbLEDs.c                                                 | 1497 
 xkb/xkbPrKeyEv.c                                              |  151 
 xkb/xkbSwap.c                                                 |  188 
 xkb/xkbUtils.c                                                | 1292 
 xkb/xkbfmisc.c                                                |  624 
 xkb/xkbgeom.h                                                 |  846 
 xkb/xkbout.c                                                  | 1551 
 xkb/xkbtext.c                                                 | 1883 -
 xkb/xkmread.c                                                 | 1831 -
 xorg-server.pc.in                                             |    2 
 1335 files changed, 264617 insertions(+), 275552 deletions(-)
---


More information about the Xquartz-changes mailing list