diff options
Diffstat (limited to 'src/ws.h')
-rw-r--r-- | src/ws.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 *); |