diff options
Diffstat (limited to 'Xi')
-rw-r--r-- | Xi/xiproperty.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Xi/xiproperty.c b/Xi/xiproperty.c index 8bb19624c..b4d939f99 100644 --- a/Xi/xiproperty.c +++ b/Xi/xiproperty.c @@ -177,7 +177,9 @@ static struct dev_properties {0, BTN_LABEL_PROP_BTN_TOOL_TRIPLETAP}, {0, BTN_LABEL_PROP_BTN_GEAR_DOWN}, - {0, BTN_LABEL_PROP_BTN_GEAR_UP} + {0, BTN_LABEL_PROP_BTN_GEAR_UP}, + + {0, XI_PROP_TRANSFORM} }; static long XIPropHandlerID = 1; |