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:
parent
555429009e
commit
cf29acae5d
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ int main (int argc, char **argv)
|
|||
devices = gsd_wacom_device_create_fake_x201 ();
|
||||
add_page (devices, notebook);
|
||||
|
||||
devices = gsd_wacom_device_create_fake_h610pro ();
|
||||
add_page (devices, notebook);
|
||||
|
||||
gtk_widget_show (window);
|
||||
|
||||
gtk_main ();
|
||||
|
|
Loading…
Add table
Reference in a new issue