wacom: test: add Huion H610 Pro panel

The tablet does not have an eraser, so it's good to have a test for it.

https://bugzilla.gnome.org/show_bug.cgi?id=746117
This commit is contained in:
Benjamin Tissoires 2015-03-13 10:24:44 -04:00 committed by Bastien Nocera
parent 555429009e
commit cf29acae5d

View file

@ -109,6 +109,9 @@ int main (int argc, char **argv)
devices = gsd_wacom_device_create_fake_x201 (); devices = gsd_wacom_device_create_fake_x201 ();
add_page (devices, notebook); add_page (devices, notebook);
devices = gsd_wacom_device_create_fake_h610pro ();
add_page (devices, notebook);
gtk_widget_show (window); gtk_widget_show (window);
gtk_main (); gtk_main ();