[PULL] XQuartz and a couple other corner cases

Jeremy Huddleston jeremyhu at apple.com
Mon Apr 23 20:23:41 PDT 2012


The following changes since commit d77eb7ee49ef19c2c4c7381d56e9d0f9c3fbc890:

  Merge remote-tracking branch 'yselkowitz/master' (2012-04-19 15:48:34 -0500)

are available in the git repository at:


  git://people.freedesktop.org/~jeremyhu/xserver master

for you to fetch changes up to fa6dddc6ce51c1b7a43fb379fb2a19550f6c8683:

  xfree86: workaround crash on close (2012-04-23 20:20:42 -0700)

----------------------------------------------------------------
Jeremy Huddleston (9):
      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

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

Michal Suchanek (1):
      xfree86: workaround crash on close

 Xext/xres.c                   |    3 +
 glx/glapi_gentable.c          |    2 +-
 hw/xfree86/modes/xf86Rotate.c |   11 ++-
 hw/xfree86/sdksyms.sh         |    3 +-
 hw/xquartz/X11Application.m   |  154 ++++++++++++++++++++++++++----
 hw/xquartz/console_redirect.c |    2 +-
 hw/xquartz/darwin.c           |   57 ++++++-----
 hw/xquartz/darwinEvents.c     |  210 +++++++++++++++++------------------------
 hw/xquartz/darwinEvents.h     |   13 ++-
 hw/xquartz/xpr/xprFrame.c     |    2 +-
 include/os.h                  |    3 +-
 test/Makefile.am              |    5 +-
 12 files changed, 282 insertions(+), 183 deletions(-)



More information about the xorg-devel mailing list