[PATCH libinput 0/2] Patches to prepare for left-handed tablet mode

Stephen Chandler Paul thatslyude at gmail.com
Mon Jan 5 14:44:36 PST 2015


Hi! It's nice to finally have some patches back on this mailing list.

Anyway, the first patch is just a fix for some incorrect line-wrapping I
noticed, the second patch is to prepare for adding a left-handed mode for
tablets. Since left-handed mode on tablets involves reversing the coordinates as
opposed to reversing the buttons, I've renamed all of the left handed device
configuration functions in libinput more appropriately. After these two patches,
me and/or Peter should be bringing the tablet-support branch up to date with
master, and I'll send off the patch to add a lefty mode for tablets.

Cheers,
	Stephen Chandler Paul

Stephen Chandler Paul (2):
  libinput.h: Fix some line wrapping in documentation
  Rename functions for left handed device configurations

 src/evdev-mt-touchpad.c |  4 ++--
 src/evdev.c             | 34 ++++++++++++++--------------
 src/evdev.h             | 12 +++++-----
 src/libinput.c          | 14 ++++++------
 src/libinput.h          | 59 ++++++++++++++++++++++++-------------------------
 src/libinput.sym        |  8 +++----
 test/pointer.c          | 12 +++++-----
 test/touch.c            |  8 +++----
 test/touchpad.c         | 18 +++++++--------
 tools/event-debug.c     |  2 +-
 tools/shared.c          |  2 +-
 11 files changed, 86 insertions(+), 87 deletions(-)

-- 
2.0.5



More information about the wayland-devel mailing list