summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ws.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ws.h b/src/ws.h
index 64b7076..9b65c3a 100644
--- a/src/ws.h
+++ b/src/ws.h
@@ -45,6 +45,8 @@ typedef struct WSDevice {
int raw;
int inv_x, inv_y;
int screen_no;
+ char *rroutput;
+ int x_offset, y_offset; /* randr output position */
int num, den, threshold; /* relative accel params */
pointer buffer;
int negativeZ, positiveZ; /* mappings for Z axis */
@@ -70,3 +72,4 @@ extern void wsmbEmuOn(InputInfoPtr);
extern void wsmbEmuFinalize(InputInfoPtr);
extern void wsmbEmuEnable(InputInfoPtr, BOOL);
extern void wsmbEmuInitProperty(DeviceIntPtr);
+extern void wsRandRGetInfo(InputInfoPtr, char *);