On Friday, August 27, 2010, Peter Hutterer <[email protected]> wrote: > prop_screen is the one used for the screen area configuration.
>From what I remember _screen is a read and write prop that can set/get the screen number that the driver is configured to. _screen_area is a read-only prop that returns the actual screen coordinates that the tablet is mapped to. I can be wrong since I can not read the code at this moment (I'm typing on my iPhone now). Ping > Signed-off-by: Peter Hutterer <[email protected]> > --- > src/wcmXCommand.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/src/wcmXCommand.c b/src/wcmXCommand.c > index 40afe60..df012d3 100644 > --- a/src/wcmXCommand.c > +++ b/src/wcmXCommand.c > @@ -89,7 +89,6 @@ void wcmChangeScreen(InputInfoPtr pInfo, int value) > > Atom prop_rotation; > Atom prop_tablet_area; > -Atom prop_screen_area; > Atom prop_pressurecurve; > Atom prop_serials; > Atom prop_strip_buttons; > -- > 1.7.2.2 > > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook users > worldwide. Take advantage of special opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > Linuxwacom-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel > ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
