From 0388034c7ca0c7571a926044c95e5f9ae837c60e Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 24 Apr 2011 17:27:15 +0200 Subject: more bits of the preliminary XRandR support. Signed-off-by: Matthieu Herrb --- src/ws.h | 3 +++ 1 file changed, 3 insertions(+) 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 *); -- cgit v1.2.3