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

Jeremy Huddleston jeremyhu at freedesktop.org
Sat Nov 2 11:09:31 PDT 2013


Tag 'xorg-server-1.13.99.901' created by Keith Packard <keithp at keithp.com> at 2012-12-19 20:48 -0800

xorg-server-1.13.99.901

Changes since xorg-server-1.13.0:
Adam Jackson (18):
      linux: Refactor xf86{En,Dis}ableIO
      linux: Make failure to iopl non-fatal
      xfree86: Change the semantics of driverFunc(GET_REQUIRED_HW_INTERFACES)
      xfree86: Bump video ABI to 14
      os: Repack ConnectionOutput for LP64
      dix: Pull client-is-local flag up to the ClientRec
      dix: Repack ClientRec
      dix: Extend initial connection handshake for forwarding proxies
      os: Hide the Connection{In,Out}put implementation details
      dix: Fix types in WindowOptRec
      dix: Fix some indentation
      dix: Factor out MaybeDeliverMapRequest
      dix: Factor out DeliverMapNotify
      dix: Factor out DeliverUnmapNotify
      dix: Remove MapUnmapEventsEnabled and friends
      miext/damage: Only wrap into the GC ops chain if there's a listener (v3)
      configure: Stop using AM_MAINTAINER_MODE
      linux: Prefer ioctl(KDSKBMUTE, 1) over ioctl(KDSKBMODE, K_OFF)

Alan Coopersmith (2):
      Support compilers with alternate spellings of typeof
      EnableDisableExtensionError: Use ARRAY_SIZE rather than sentinel

Alexey Ten (Lynn) (1):
      Apply partial matches for option (#25873)

Benjamin Tissoires (1):
      Add missing labels for multitouch valuators

Carlos Garnacho (3):
      Sync TouchListener memory allocation with population in TouchSetupListeners()
      Xi: Update the device after delivering the emulated pointer event(#56558)
      Xi: Set modifier mask on touch events

Chase Douglas (1):
      End physically active touches when device is disabled

Chris Wilson (1):
      xf86: select a fake output for headless servers

Colin Harrison (9):
      hw/xwin: Warning fix in ProcWindowsWMFrameSetTitle()
      hw/xwin: Remove unused variables in winwindowswm.c
      hw/xwin: Remove unused variables in winvalargs.c
      hw/xwin: Remove unused variables in winwindow.c
      hw/xwin: Remove unused variable in winmultiwindowwm.c
      hw/xwin: Fix no return value warning in winClipboardProc()
      hw/xwin: fmemopen is available on cygwin but not MinGW
      hw/xwin: Disable minimize button on window with skip-taskbar state
      hw/xwin: Don't spam MotionNotify events when the mouse hasn't moved

Colin Walters (1):
      autogen.sh: Honor NOCONFIGURE=1

Daniel Drake (1):
      Xi: Don't check for TOUCH_END, it's never set

Daniel Martin (6):
      dix: Delete mibstore.c
      dix: Remove #includes of mibstore.h
      dix: Remove refs to mi backing store from docs
      dix: Delete mibstore.h
      Xi: Fix modifier swapping in XIPassiveGrabDevice
      xfixes: Fix minor number in QueryVersion

Daniel Stone (7):
      Xephyr: GLX: Support MakeContextCurrent and MakeCurrentReadSGI
      Touch: Fix duplicate TouchBegin selection with virtual devices
      Touch: Fix duplicate TouchBegin selection with virtual devices
      XKB: Remove component listing support
      Constify argument to LoadExtension
      Constify extensions in LoadExtension users
      DMX: Add DMX and GLX extensions

Dave Airlie (8):
      dri2: invalidate drawable after sharing pixmap
      xf86/platform: scan pci after probing devices
      config/udev: ignore change on drm devices
      xf86: fix multi-seat video device support. (v2)
      randr: call RRProviderInit in the proper place.
      dri1: fix dri1 startup since 459c6da0f907ba33d733c7e62a116184ba2f14e5
      Revert "xf86: Fix non-PCI configuration-less setups"
      glx/dri2: initialise api to avoid indirect rendering failing randomly

Denys Vlasenko (1):
      os: fix typo in OsSigHandler() error message

Frederic Plourde (1):
      Add glXCreateNewContext support in Xephyr #54798

Jason Gerecke (1):
      Fix additional gcc -Wwrite-strings warning in xf86 ddx

Jasper St. Pierre (20):
      cursor: Fix a minor unused variable warning
      cursor: CreatePointerBarrier has a variable request length
      cursor: Clean up pointer barrier creation code a tiny bit
      cursor: Clean up barrier finding code a bit
      cursor: Fix up implementation for per-device barriers
      cursor: Revise edge cases for the pointer moving towards barriers
      cursor: Move pointer barrier code over to XI
      barriers: Don't loop over the server to destroy a barrier
      barriers: Switch to an explicit hook for barrier constrainment
      barriers: Switch to finding the nearest barrier client
      barriers: Reindent the constrainment hook
      Add support for XI2.3: Pointer barrier events and releases.
      barriers: Add support for edge cases when releasing barriers
      barriers: Add a couple pixels of elbow room for the hit detection
      barriers: Increment event ID on hit box leave
      barriers: Send a BarrierLeave event when we leave the hitbox
      barriers: Clean up code
      barriers: Send an XI_BarrierLeave event when a barrier is destroyed
      barriers: Replace complex intersection test with simpler math
      barriers: Support line and ray barriers

Jeremy Huddleston Sequoia (5):
      XQuartz: Avoid a possible deadlock with DRI on OS X 10.7.5 and OS X 10.8.2
      XQuartz: Add some verbose logging to debug xp_lock_window being unbalanced
      XQuartz: Opt-in to NSSupportsAutomaticGraphicsSwitching
      XQuartz: Revert some unfortunate auto-indenting mishaps with our super-nested for-loops
      XQuartz: Don't add the 15bit visual any more

Jon TURNEY (47):
      Correct description of -displayfd option in man page.
      hw/xwin: Only add GLX extension once.
      Fix compilation of Xorg DDX without XF86VIDMODE
      Fix 'make distcheck' for hw/xwin
      hw/xwin: Remove completely unused winregistry.c
      hw/xwin: Fix redundant declaration warnings in winmonitors.c
      hw/xwin: Fix redundant declaration in winprefs.c
      hw/xwin: Fix various warnings in code generated by lex/yacc
      hw/xwin: Fix redundant declaration in winclipboardinit.c
      hw/xwin: Fix redundant declaration in winclipboardthread.c
      hw/xwin: Fix redundant declarations in winclipboardwrappers.c
      hw/xwin: Fix redundant declarations in winmultiwindowwm.c
      hw/xwin: Remove obsolete redundant declarations of winPushPixels()
      hw/xwin: Fix using system as a local variable in winCheckMount() shadows system()
      hw/xwin: Fix using index as a formal parameter in winmonitors.c shadows index()
      hw/xwin: Fix using index as a local variable shadows index()
      hw/xwin: Fix using index as a formal parameter in winscrinit.c shadows index()
      hw/xwin: Fix using index as a formal parameter shadows index()
      hw/xwin: Fix using menu as a formal parameter shadows a global variable of the same name
      hw/xwin: Fix using screenInfo as a formal parameter to InitOutput() shadows a global declaration
      hw/xwin/glx: Fix using Mask as a formal parameter shadows a global typedef of the same name
      hw/xwin: Fix shadowed local variables in winLoadCursor()
      hw/xwin: Fix shadowed local variable i in HandleCustomWM_COMMAND()
      hw/xwin: Fix some of the warnings in generated gl wrapper code
      hw/xwin: Fix warning about discarding const in initializing winKBLayouts
      hw/xwin: Use char strings in winClipboardUNIXtoDOS for consistency with the rest of the clipboard code
      hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winerror.c
      hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winmsg.c
      Use X_ATTRIBUTE_PRINTF where suggested for os.h
      doc: Update documentation about Windows platforms support a bit
      hw/xwin: Link with libdxguid rather than defining the DirectX GUIDs ourselves
      hw/xwin: Remove pointless winFinishCreateWindowsWindowDDNL()
      hw/xwin: Wrap 'Status' when including ddraw.h
      hw/xwin: Show any fatal error message
      hw/xwin: Report which drawing engines are being enabled when checking for support
      hw/xwin: Avoid logging an extra blank line if BUILDERSTRING is empty
      hw/xwin: Allow XScreenSaverSuspend() to effect Windows screen saver or monitor power off
      hw/xwin: Fix function name in log message
      hw/xwin: Give our logical xor operator a more logical name
      hw/xwin: Enable RANDR resize by default
      hw/xwin: Add a simple interface to the ITaskbarList COM interface
      hw/xwin: Process _NET_WM_STATE_SKIP_TASKBAR hint in multiwindow mode.
      hw/xwin: Ensure we own the clipboard before checking the format of it's contents
      hw/xwin: Use pre-computed extent of damage for creating GDI region
      hw/xwin: Don't log all fbConfigs and GL/WGL extensions
      os/utils.c: Fix compilation of OsBlockSIGIO when SIGIO isn't defined
      dix/dispatch.c, os/utils.c: Disable smart scheduler on WIN32

Julien Cristau (1):
      Revert "kinput: allocate enough space for null character."

Keith Packard (26):
      xf86: fix compat output selection for no output GPUs
      Merge remote-tracking branch 'ajax/ioperm'
      Merge remote-tracking branch 'jeremyhu/master'
      Merge remote-tracking branch 'ajax/server-1.14-abi-churn'
      Merge remote-tracking branch 'daniels/master'
      Set version to 1.14 development branch (1.13.99.0)
      Merge remote-tracking branch 'whot/for-keith'
      Fix FlushClient to write extraBuf when provided (regression fix)
      os: Don't re-declare ConnectionInputPtr and ConnectionOutputPtr
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'sandmann/for-keithp'
      Merge remote-tracking branch 'jturney/master'
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'jturney/mingw-w64-w32api'
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'daniels/master'
      Merge remote-tracking branch 'jturney/mingw-patches'
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'airlied/for-keithp'
      Merge remote-tracking branch 'whot/for-keith'
      Merge remote-tracking branch 'whot/barriers'
      Merge remote-tracking branch 'alanc/master'
      Merge remote-tracking branch 'yselkowitz/master'
      Merge remote-tracking branch 'jeremyhu/master'
      Update to version 1.13.99.901 (1.14 RC1)

Lionel Elie Mamane (1):
      dix: fix Ungrab action #55785

Michel Dänzer (1):
      EXA: Track source/mask pixmaps more explicitly for Composite fallback regions.

Oliver Schmidt (1):
      hw/xwin: Restore non-latching modifier key state when an X window gains focus

Peter Hutterer (51):
      dix: set the device transformation matrix
      dix: fix crash on XI 1.x grabs on disabled devices.  (#54934)
      mi: drop two useless conditions in miPointerSetPosition
      xfree86: add xf86UpdateDesktopDimensions()
      dix: fix crash on shutdown if a disabled device is still grabbed (XI1 grab)
      xkb: ProcesssPointerEvent must work on the VCP if it gets the VCP
      Xi: set xChangeDeviceControlReply.status to Success by default
      Xi: don't deliver TouchEnd to a client waiting for TouchBegin (#55738)
      dix: fix zaphod screen scrossing (#54654)
      xfree86: remove unused variable sigstate
      dix: don't allow disabling XTest devices
      input: drop FP1616 macro
      xfixes: let PointerBarrierClient->device_ids point to allocated memory
      When resetting device idle time, reset XIAll(Master)Devices too (#56649)
      xkb: fill in keycode and event type for slow keys enablement
      dix: use pixman for fp1616 conversions
      Merge branch 'high-resolution-touch-devices' into for-keith
      xkb: always post XTest button up when the physical button released (#28808)
      xkb: only post a XTest release if the XTest device has the button down
      include: fix comment
      Xi: fix typo "mechansims" → "mechanisms"
      dix: don't call ProcessInputEvents() when accepting/rejecting touches
      dix: only reject active grabs on ungrab and do it before actually ungrabbing
      dix: when deactivating pointer-only grabs, don't emulate TouchEnd events
      Xi: if a TouchEnd appears on a actively grabbing client, always accept
      dix: add FIXME, TouchRemovePointerGrab does nothing
      dix: split xi2_mask_isset into a per-device function
      Xi: fix touch event selction conflicts (#57301)
      Merge branch 'touch-selection-conflict-fixes' into for-keith
      Merge branch 'stack-smash-on-touchpoint' into for-keith
      barriers: Don't allow destroying other client's barriers
      barriers: Don't allow releasing the pointer on other client's barriers
      Pass the event list through to the pointer barrier code to return it
      Xi: fill in barrier root x/y after clamping to RandR outputs
      dix: skip delivery if it's not the right pointer barrier client
      dix: handle barrier events properly when converting to core/XI 1.x
      dix: ignore barrier events in FixUpEventFromWindow
      Xi: deliver barrier events as grabbed events where necessary
      Xi: if the device is currently grabbed, flag the barrier event
      mi: rename mipointer's internal event list
      Require inputproto 2.2.99.1
      tests/xi2: at protocol conversion test for barrier events
      Xi: swap sequence number and evtype in barrier events
      Xi: fix swapping for barrier events
      xfree86: print message to the log when zapping the server
      Xi: don't use devices after removing them
      Xi: fix per-device barrier handling
      Xi: don't store the window pointer in barriers, store the window ID
      Xi: if a MD is removed, send a barrier leave event (if applicable)
      dix: don't allow overriding a grab with a different type of grab (#58255)
      dix: don't copy the wrong event mask when activating a passive grab

Raphael Kubo da Costa (1):
      vfb: Initialize the GLX extension again.

Rob Clark (1):
      hw/dmx: fix build without GLX

Ryan Pavlik (3):
      os/utils.c: Provide only stubs for Lock/UnlockServer on WIN32
      os/osinit.c, os/utils.c: Exclude sigaction code when building for MinGW
      os/osinit.c: no getpgrp() and setpgrp() on WIN32

Sjoerd Simons (1):
      Ephyr: Find the right host screen when embedded

Stephan Schreiber (1):
      int10: fix pci_device_read_rom usage

Sybren van Elderen (1):
      hw/dmx: add update_desktop_dimensions() call

Søren Sandmann Pedersen (1):
      Use new pixman_glyph_cache_t API that will be in pixman 0.28.0

Thierry Reding (2):
      xf86: Fix build against recent Linux kernel
      xf86: Fix non-PCI configuration-less setups

Thomas Jaeger (5):
      remove init_event
      Update the MD's position when a touch event is received
      Don't use GetTouchEvents when replaying events
      Don't use GetTouchEvents in EmitTouchEnd
      Simplify GetTouchEvents

Tobias Häußler (1):
      hw/xwin: Add correct taskbar grouping of X windows on Windows 7

Yaakov Selkowitz (19):
      Configure fixes for MinGW
      macros: clarify documentation
      xfree86: os-support: fix old-style function definition warnings
      dix: fix redundant redeclaration warnings in dixfont
      dix: fix shadow warnings
      fb: fix shadow warnings
      mi: fix shadow warnings
      randr: export more provider property symbols
      render: fix shadow warnings
      xkb: fix shadow warnings
      Xext: fix unused variable warnings in xf86bigfont.c
      Xext: fix redundant redeclaration warnings
      Xext: fix shadow warnings
      Xi: fix fprint format warning
      os: Add libnettle as a choice of SHA1 implementation
      hw/xwin: Enable AIGLX by default
      hw/xwin: use raise() instead of kill()
      hw/xwin: Fix for MinGW-w64 DirectDraw headers
      Fix formatting of address operators

Yufeng Shen (1):
      dix: fix scale_to_desktop for edge ABS events

Yuly Novikov (1):
      dix: Save touchpoint last coordinates before transform. #49347

---
 Xext/panoramiX.c                           |    2 
 Xext/saver.c                               |    4 
 Xext/shm.c                                 |   10 
 Xext/xace.c                                |   12 
 Xext/xf86bigfont.c                         |   16 
 Xext/xres.c                                |    2 
 Xext/xtest.c                               |    2 
 Xi/Makefile.am                             |    2 
 Xi/chgdctl.c                               |    8 
 Xi/exevents.c                              |  141 +++-
 Xi/extinit.c                               |   47 +
 Xi/gtmotion.c                              |    2 
 Xi/xibarriers.c                            |  916 +++++++++++++++++++++++++++++
 Xi/xibarriers.h                            |   48 +
 Xi/xichangehierarchy.c                     |   16 
 Xi/xipassivegrab.c                         |    8 
 Xi/xiproperty.c                            |    3 
 Xi/xiquerydevice.c                         |    4 
 Xi/xiquerypointer.c                        |   17 
 Xi/xiselectev.c                            |   75 +-
 autogen.sh                                 |    4 
 config/udev.c                              |    8 
 configure.ac                               |   29 
 dix/colormap.c                             |    8 
 dix/devices.c                              |   16 
 dix/dispatch.c                             |   25 
 dix/dixfonts.c                             |    9 
 dix/enterleave.c                           |    5 
 dix/eventconvert.c                         |   49 +
 dix/events.c                               |   99 ++-
 dix/getevents.c                            |  156 ++--
 dix/grabs.c                                |    7 
 dix/inpututils.c                           |   51 -
 dix/touch.c                                |   97 +--
 dix/window.c                               |  133 +---
 doc/c-extensions                           |   19 
 exa/exa.c                                  |    4 
 exa/exa_priv.h                             |    2 
 exa/exa_unaccel.c                          |   16 
 fb/fb.h                                    |    4 
 fb/fbblt.c                                 |   12 
 fb/fbbltone.c                              |    8 
 fb/fbgc.c                                  |    4 
 fb/fbpict.c                                |  153 ++++
 fb/fbscreen.c                              |    1 
 glx/glapi.c                                |    2 
 glx/glxdri.c                               |    2 
 glx/glxdri2.c                              |    2 
 glx/indirect_program.c                     |    2 
 glx/indirect_texture_compression.c         |    4 
 glx/renderpixswap.c                        |   20 
 glx/singlepix.c                            |   18 
 glx/singlepixswap.c                        |   18 
 glx/xfont.c                                |    2 
 hw/dmx/config/Canvas.c                     |    4 
 hw/dmx/dmx.h                               |    2 
 hw/dmx/dmx_glxvisuals.c                    |    4 
 hw/dmx/dmxcursor.c                         |    2 
 hw/dmx/dmxinit.c                           |   22 
 hw/dmx/dmxwindow.c                         |    2 
 hw/dmx/doc/dmx.xml                         |   12 
 hw/dmx/examples/xinput.c                   |    4 
 hw/dmx/glxProxy/glxcmds.c                  |   16 
 hw/dmx/glxProxy/glxcmdsswap.c              |    2 
 hw/dmx/glxProxy/glxscreens.c               |    4 
 hw/dmx/glxProxy/glxsingle.c                |    6 
 hw/dmx/glxProxy/glxvendor.c                |    4 
 hw/dmx/glxProxy/renderpixswap.c            |  310 ++++-----
 hw/kdrive/ephyr/XF86dri.c                  |   18 
 hw/kdrive/ephyr/ephyrdriext.c              |    8 
 hw/kdrive/ephyr/ephyrglxext.c              |  179 +++++
 hw/kdrive/ephyr/ephyrhostglx.c             |  131 +++-
 hw/kdrive/ephyr/ephyrhostglx.h             |    9 
 hw/kdrive/ephyr/ephyrhostproxy.c           |    2 
 hw/kdrive/ephyr/ephyrhostvideo.c           |    4 
 hw/kdrive/ephyr/ephyrvideo.c               |    2 
 hw/kdrive/ephyr/hostx.c                    |    4 
 hw/kdrive/src/kdrive.h                     |    1 
 hw/kdrive/src/kinput.c                     |    2 
 hw/vfb/InitInput.c                         |    1 
 hw/vfb/InitOutput.c                        |   20 
 hw/xfree86/common/Makefile.am              |    3 
 hw/xfree86/common/xf86.h                   |    5 
 hw/xfree86/common/xf86Bus.c                |   19 
 hw/xfree86/common/xf86Configure.c          |   27 
 hw/xfree86/common/xf86DGA.c                |    2 
 hw/xfree86/common/xf86Events.c             |    3 
 hw/xfree86/common/xf86Extensions.c         |    2 
 hw/xfree86/common/xf86Helper.c             |    6 
 hw/xfree86/common/xf86Init.c               |   27 
 hw/xfree86/common/xf86Module.h             |    2 
 hw/xfree86/common/xf86Opt.h                |    2 
 hw/xfree86/common/xf86Option.c             |    2 
 hw/xfree86/common/xf86Priv.h               |    1 
 hw/xfree86/common/xf86cmap.c               |    2 
 hw/xfree86/common/xf86platformBus.c        |    6 
 hw/xfree86/common/xf86str.h                |    2 
 hw/xfree86/common/xf86vmode.c              |    6 
 hw/xfree86/dixmods/glxmodule.c             |    2 
 hw/xfree86/doc/ddxDesign.xml               |   20 
 hw/xfree86/dri/dri.c                       |    7 
 hw/xfree86/dri/xf86dri.c                   |    8 
 hw/xfree86/dri2/dri2.c                     |   74 +-
 hw/xfree86/dri2/dri2ext.c                  |    2 
 hw/xfree86/i2c/fi1236.c                    |   10 
 hw/xfree86/i2c/tda9850.c                   |    2 
 hw/xfree86/int10/generic.c                 |    3 
 hw/xfree86/modes/xf86Crtc.c                |    7 
 hw/xfree86/os-support/bus/nobus.c          |    2 
 hw/xfree86/os-support/linux/lnx_init.c     |   33 -
 hw/xfree86/os-support/linux/lnx_video.c    |   89 +-
 hw/xfree86/os-support/shared/agp_noop.c    |    2 
 hw/xfree86/os-support/shared/ioperm_noop.c |    4 
 hw/xfree86/os-support/stub/stub_init.c     |    6 
 hw/xfree86/sdksyms.sh                      |    2 
 hw/xnest/Screen.c                          |    1 
 hw/xnest/Visual.c                          |    1 
 hw/xquartz/GL/visualConfigs.c              |  214 ++----
 hw/xquartz/applewm.c                       |    4 
 hw/xquartz/bundle/Info.plist.cpp           |    2 
 hw/xquartz/darwin.c                        |   17 
 hw/xquartz/quartz.c                        |    2 
 hw/xquartz/xpr/appledri.c                  |    6 
 hw/xquartz/xpr/dri.c                       |    6 
 hw/xquartz/xpr/xprFrame.c                  |   28 
 hw/xquartz/xpr/xprScreen.c                 |    5 
 hw/xwin/InitOutput.c                       |   41 -
 hw/xwin/Makefile.am                        |   14 
 hw/xwin/ddraw.h                            |    4 
 hw/xwin/glx/Makefile.am                    |    3 
 hw/xwin/glx/gen_gl_wrappers.py             |   10 
 hw/xwin/glx/glwrap.c                       |    2 
 hw/xwin/glx/indirect.c                     |   38 -
 hw/xwin/man/XWin.man                       |   12 
 hw/xwin/propertystore.h                    |   83 ++
 hw/xwin/win.h                              |   24 
 hw/xwin/winSetAppUserModelID.c             |  109 +++
 hw/xwin/winallpriv.c                       |    2 
 hw/xwin/winblock.c                         |    9 
 hw/xwin/winclipboard.h                     |    3 
 hw/xwin/winclipboardtextconv.c             |   10 
 hw/xwin/winclipboardthread.c               |    8 
 hw/xwin/winclipboardwrappers.c             |    9 
 hw/xwin/winclipboardxevents.c              |   42 -
 hw/xwin/wincursor.c                        |    9 
 hw/xwin/winengine.c                        |    8 
 hw/xwin/winerror.c                         |   36 -
 hw/xwin/wingc.c                            |    9 
 hw/xwin/winglobals.c                       |    2 
 hw/xwin/winkeybd.c                         |   47 +
 hw/xwin/winlayouts.h                       |   10 
 hw/xwin/winmonitors.c                      |    8 
 hw/xwin/winms.h                            |    5 
 hw/xwin/winmsg.c                           |    6 
 hw/xwin/winmsg.h                           |   30 
 hw/xwin/winmultiwindowicons.c              |    2 
 hw/xwin/winmultiwindowshape.c              |    2 
 hw/xwin/winmultiwindowwm.c                 |   65 +-
 hw/xwin/winmultiwindowwndproc.c            |    4 
 hw/xwin/winpfbdd.c                         |    8 
 hw/xwin/winpixmap.c                        |    2 
 hw/xwin/winprefs.c                         |   23 
 hw/xwin/winprefslex.l                      |    7 
 hw/xwin/winprefsyacc.y                     |   10 
 hw/xwin/winprocarg.c                       |   10 
 hw/xwin/winregistry.c                      |   65 --
 hw/xwin/winscrinit.c                       |    8 
 hw/xwin/winsetsp.c                         |    4 
 hw/xwin/winshaddd.c                        |   40 -
 hw/xwin/winshadddnl.c                      |   88 --
 hw/xwin/winshadgdi.c                       |   17 
 hw/xwin/wintaskbar.c                       |   92 ++
 hw/xwin/winvalargs.c                       |    2 
 hw/xwin/winwin32rootless.c                 |    8 
 hw/xwin/winwin32rootlesswndproc.c          |    6 
 hw/xwin/winwindow.c                        |    6 
 hw/xwin/winwindow.h                        |   21 
 hw/xwin/winwindowswm.c                     |    9 
 hw/xwin/winwndproc.c                       |    9 
 include/Makefile.am                        |    2 
 include/dix-config.h.in                    |    6 
 include/dix.h                              |   12 
 include/dixfont.h                          |   39 -
 include/dixfontstubs.h                     |   45 +
 include/dixstruct.h                        |   37 -
 include/eventconvert.h                     |    2 
 include/events.h                           |    1 
 include/eventstr.h                         |   24 
 include/extension.h                        |    2 
 include/extinit.h                          |    4 
 include/input.h                            |   14 
 include/inputstr.h                         |    4 
 include/inpututils.h                       |    1 
 include/os.h                               |    7 
 include/window.h                           |    3 
 include/windowstr.h                        |    4 
 include/xkbsrv.h                           |   18 
 include/xserver-properties.h               |    3 
 man/Xserver.man                            |    2 
 mi/Makefile.am                             |    3 
 mi/mibitblt.c                              |    6 
 mi/mibstore.c                              |   43 -
 mi/mibstore.h                              |   23 
 mi/mieq.c                                  |    4 
 mi/miinitext.c                             |   11 
 mi/mipointer.c                             |   59 +
 mi/mipointer.h                             |    3 
 mi/mispans.c                               |    4 
 miext/damage/damage.c                      |   30 
 os/access.c                                |   12 
 os/connection.c                            |   16 
 os/io.c                                    |   22 
 os/osdep.h                                 |   19 
 os/osinit.c                                |    9 
 os/utils.c                                 |   39 +
 os/xdmcp.c                                 |   12 
 os/xsha1.c                                 |   30 
 randr/randr.c                              |    2 
 randr/randrstr.h                           |    8 
 render/picturestr.h                        |    8 
 test/fixes.c                               |   26 
 test/input.c                               |    2 
 test/xi2/protocol-eventconvert.c           |  222 ++++++-
 test/xi2/protocol-xiquerydevice.c          |    2 
 test/xi2/protocol-xiselectevents.c         |   12 
 test/xi2/xi2.c                             |    6 
 xfixes/cursor.c                            |  363 -----------
 xfixes/xfixes.c                            |    2 
 xfixes/xfixes.h                            |   17 
 xkb/Makefile.am                            |    3 
 xkb/ddxList.c                              |  304 ---------
 xkb/maprules.c                             |    1 
 xkb/xkb.c                                  |  113 +--
 xkb/xkbAccessX.c                           |   38 -
 xkb/xkbPrKeyEv.c                           |    4 
 xkb/xkbout.c                               |    2 
 xkb/xkbtext.c                              |    1 
 xkb/xkmread.c                              |    2 
 xorg-server.m4                             |    6 
 239 files changed, 4049 insertions(+), 2546 deletions(-)
---


More information about the Xquartz-changes mailing list