diff options
author | Richard Purdie <rpurdie@openedhand.com> | 2008-01-08 12:35:16 +0100 |
---|---|---|
committer | Dodji Seketeli <dodji@seketeli.org> | 2008-01-08 12:35:16 +0100 |
commit | 1da6fd1e2c7a49648245c98481fabea8b9690a8c (patch) | |
tree | 3f4780da5f0d5286f40ef2c373be86f2a87099e1 /xcalibratewire.h | |
parent | 1ea5b191cccf465e595ac571e1c7254d0161cb8d (diff) |
[xcalibrate] take orientation in account
Diffstat (limited to 'xcalibratewire.h')
-rw-r--r-- | xcalibratewire.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xcalibratewire.h b/xcalibratewire.h index a5b1aec..0a1c904 100644 --- a/xcalibratewire.h +++ b/xcalibratewire.h @@ -26,13 +26,14 @@ #define XCALIBRATEWIRE_H #define XCALIBRATE_MAJOR_VERSION 0 -#define XCALIBRATE_MINOR_VERSION 0 +#define XCALIBRATE_MINOR_VERSION 1 #define XCALIBRATE_NAME "XCALIBRATE" #define X_XCalibrateQueryVersion 0 #define X_XCalibrateRawMode 1 +#define X_XCalibrateScreenToCoord 2 -#define XCalibrateNumberRequests (X_XCalibrateSetRawMode + 1) +#define XCalibrateNumberRequests (X_XCalibrateScreenToCoord + 1) #define X_XCalibrateRawTouchscreen 0 |