XInput2.h | XInput2.h | |||
---|---|---|---|---|
skipping to change at line 138 | skipping to change at line 138 | |||
double min; | double min; | |||
double max; | double max; | |||
double value; | double value; | |||
int resolution; | int resolution; | |||
int mode; | int mode; | |||
} XIValuatorClassInfo; | } XIValuatorClassInfo; | |||
typedef struct | typedef struct | |||
{ | { | |||
int deviceid; | int deviceid; | |||
char* name; | char *name; | |||
int use; | int use; | |||
int attachment; | int attachment; | |||
Bool enabled; | Bool enabled; | |||
int num_classes; | int num_classes; | |||
XIAnyClassInfo **classes; | XIAnyClassInfo **classes; | |||
} XIDeviceInfo; | } XIDeviceInfo; | |||
typedef struct | typedef struct | |||
{ | { | |||
int modifiers; | int modifiers; | |||
skipping to change at line 315 | skipping to change at line 315 | |||
XIButtonState *buttons, | XIButtonState *buttons, | |||
XIModifierState *mods, | XIModifierState *mods, | |||
XIGroupState *group | XIGroupState *group | |||
); | ); | |||
extern Bool XIWarpPointer( | extern Bool XIWarpPointer( | |||
Display* display, | Display* display, | |||
int deviceid, | int deviceid, | |||
Window src_win, | Window src_win, | |||
Window dst_win, | Window dst_win, | |||
int src_x, | double src_x, | |||
int src_y, | double src_y, | |||
unsigned int src_width, | unsigned int src_width, | |||
unsigned int src_height, | unsigned int src_height, | |||
int dst_x, | double dst_x, | |||
int dst_y | double dst_y | |||
); | ); | |||
extern Status XIDefineCursor( | extern Status XIDefineCursor( | |||
Display* display, | Display* display, | |||
int deviceid, | int deviceid, | |||
Window win, | Window win, | |||
Cursor cursor | Cursor cursor | |||
); | ); | |||
extern Status XIUndefineCursor( | extern Status XIUndefineCursor( | |||
End of changes. 3 change blocks. | ||||
5 lines changed or deleted | 5 lines changed or added | |||