[PATCH 0/3] Lift part of input handling code from xf86 to dix
Fernando Carrijo
fcarrijo.lists at gmail.com
Tue Aug 31 12:00:11 PDT 2010
Ajax originally exposed the requirement embodied in this patches series. See:
http://lists.x.org/archives/xorg-devel/2010-August/012204.html
Do you guys see inproprieties in the changes I introduce here?
Fernando Carrijo (3):
dix: Prepare dix to embrace input handling duties
ddx: Prepare xf86 to renounce input handling duties
dix: ddx: Lift input handling duties from xf86 to dix
dix/Makefile.am | 1 +
dix/inputhandler.c | 157 ++++++++++++++++++++++++++++++++++++++++
hw/xfree86/common/xf86Events.c | 138 +++---------------------------------
hw/xfree86/common/xf86str.h | 4 +-
include/Makefile.am | 1 +
include/inputhandler.h | 46 ++++++++++++
6 files changed, 215 insertions(+), 132 deletions(-)
create mode 100644 dix/inputhandler.c
create mode 100644 include/inputhandler.h
More information about the xorg-devel
mailing list