wacom: Reversible by default

As that was the default in 3.2
This commit is contained in:
Bastien Nocera 2011-11-24 19:12:39 +00:00
parent 2baac2b28e
commit 6ab73fd36a

View file

@ -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 ||