Re: [Linuxwacom-devel] [PATCH v2 3/9] Add 'set_output_area' helper function to parse area strings

2011-08-22 Thread Peter Hutterer
On Fri, Aug 19, 2011 at 05:23:54PM -0700, Jason Gerecke wrote: This patch adds a function 'set_output_area' which attempts to parse the commandline argument as a tring of the form WIDTHxHEIGHT@X,Y. If it succeeds, the transformation matrix will be set appropriately. --- Changes from v1: *

Re: [Linuxwacom-devel] [PATCH v2 3/9] Add 'set_output_area' helper function to parse area strings

2011-08-22 Thread Jason Gerecke
On Sun, Aug 21, 2011 at 11:41 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Fri, Aug 19, 2011 at 05:23:54PM -0700, Jason Gerecke wrote: This patch adds a function 'set_output_area' which attempts to parse the commandline argument as a tring of the form WIDTHxHEIGHT@X,Y. If it succeeds,

[Linuxwacom-devel] [PATCH v2 3/9] Add 'set_output_area' helper function to parse area strings

2011-08-19 Thread Jason Gerecke
This patch adds a function 'set_output_area' which attempts to parse the commandline argument as a tring of the form WIDTHxHEIGHT@X,Y. If it succeeds, the transformation matrix will be set appropriately. --- Changes from v1: * Add man page entry * Document the function man/xsetwacom.man | 18