[PATCH xserver 0/2] Support Damage and Xinerama at the same time

Aaron Plattner aplattner at nvidia.com
Mon Sep 26 15:01:55 PDT 2011


The first patch in this series adds a new callback hook,
RootWindowCreatedCallback.  The second patch uses that to install Damage
handlers for screens 1 and up when Xinerama is enabled, and then marshals damage
from those screens onto screen 0's root window.

Aaron Plattner (2):
  dix: Add a RootWindowCreatedCallback callback list
  damage: Support Xinerama in the Damage extension (#17013)

 damageext/Makefile.am      |    3 +-
 damageext/damageext.c      |   33 ++++++++++++-
 damageext/damageextint.h   |    2 +
 damageext/xineramadamage.c |  106 ++++++++++++++++++++++++++++++++++++++++++++
 dix/window.c               |    4 ++
 include/dix.h              |    2 +
 6 files changed, 146 insertions(+), 4 deletions(-)
 create mode 100644 damageext/xineramadamage.c

-- 
1.7.4.1



More information about the xorg-devel mailing list