[PULL] Warning fixes, block handler cleanups, input misc

Daniel Stone daniel at fooishbar.org
Mon Jan 3 03:46:19 PST 2011


Hi Keith,
Please pull the following set of warning fixes, the first round of
Pauli's block handler changes, and a couple of reviewed input changes
that were in Peter's for-keith branch.

The following changes since commit efcb63d0ce43f96d0ac02b6f4a480dfd2374fc84:

  Render: Fix 'comparing between distinct pointer types' warning (2010-12-27 09:44:07 -0800)

are available in the git repository at:
  git://people.freedesktop.org/~daniels/xserver master

Adam Jackson (6):
      config: warning fixes
      loader: warning fix
      dri1: warning fix
      xcmisc: warning fix
      glx: warning fixes
      linux: warning fix

Alan Coopersmith (1):
      Fix asprintf typo in commit d2c42b10

Chase Douglas (2):
      Export all valuator_mask_* functions
      Make EventIsDeliverable non-static

Daniel Stone (6):
      Resources: Move rClient to resource.h
      Input: Set client error value for invalid mask bits
      udev: Add strdups to kill const warnings
      GLX: DRI2: Fix mismatched-types warning
      DIX: Reset window properties when freeing them
      XFree86: Linux: AGP: Fix void-pointer-arithmetic warning

Pauli Nieminen (12):
      render: Don't filter 0 return from GetTimeInMillis
      render: Enable animated cursor block handler only when needed
      composite: Only register the block handler when it is required
      composite: Remove unnecessary variable.
      mi: Add GetSpriteScreen macro to hide dixLookupPrivate
      mi: Fix wrapping for sprite screen
      mi: Fix the debug message
      mi: Register sprite damage handler only when required
      mi: Only register sprite block handler when needed
      udev: Fix removing of the wake up handler
      os: Fix a memory leak
      os: always check if client is local when connection is accepted

 Xext/geext.c                            |    2 -
 Xext/security.c                         |    2 -
 Xi/xigrabdev.c                          |    2 +-
 Xi/xipassivegrab.c                      |    2 +-
 Xi/xiselectev.c                         |   15 ++++-
 composite/compalloc.c                   |   29 ++++++++-
 composite/compinit.c                    |   34 +---------
 composite/compint.h                     |    1 -
 config/udev.c                           |   19 ++++--
 dix/events.c                            |   15 +----
 dix/property.c                          |    3 +
 glx/glxdri2.c                           |    2 +-
 glx/unpack.h                            |    2 +-
 hw/dmx/glxProxy/unpack.h                |    2 +-
 hw/xfree86/common/xf86AutoConfig.c      |    2 +-
 hw/xfree86/common/xf86Module.h          |    2 +-
 hw/xfree86/dixmods/extmod/modinit.c     |    2 +-
 hw/xfree86/dixmods/extmod/modinit.h     |    4 +
 hw/xfree86/dri/dri.c                    |    2 +-
 hw/xfree86/loader/loadmod.c             |    2 +-
 hw/xfree86/os-support/linux/lnx_agp.c   |    2 +-
 hw/xfree86/os-support/linux/lnx_video.c |    2 +-
 include/exevents.h                      |    2 +-
 include/input.h                         |   20 +++++-
 include/inpututils.h                    |    8 --
 include/resource.h                      |    2 +
 mi/misprite.c                           |  115 +++++++++++++++++++------------
 os/access.c                             |   22 ++++--
 os/connection.c                         |    1 +
 os/osdep.h                              |    4 +
 render/animcur.c                        |   26 +++++--
 31 files changed, 206 insertions(+), 142 deletions(-)

Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110103/d757009e/attachment.pgp>


More information about the xorg-devel mailing list