wacom: Reversible by default
As that was the default in 3.2
This commit is contained in:
parent
2baac2b28e
commit
6ab73fd36a
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ gsd_wacom_device_constructor (GType type,
|
|||
|
||||
/* FIXME
|
||||
* This needs to come from real data */
|
||||
device->priv->reversible = FALSE;
|
||||
device->priv->reversible = TRUE;
|
||||
device->priv->is_screen_tablet = FALSE;
|
||||
|
||||
if (device->priv->type == WACOM_TYPE_STYLUS ||
|
||||
|
|
Loading…
Add table
Reference in a new issue