[gnome-control-center] wacom: Add Intuos4 to test app



commit a9db665dc1ad5ad641e3a428c54e9c47b5de61ab
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 13 17:47:22 2012 +0000

    wacom: Add Intuos4 to test app

 panels/wacom/test-wacom.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/panels/wacom/test-wacom.c b/panels/wacom/test-wacom.c
index f9c6c48..4fe284d 100644
--- a/panels/wacom/test-wacom.c
+++ b/panels/wacom/test-wacom.c
@@ -74,6 +74,9 @@ int main (int argc, char **argv)
 	gtk_container_add (GTK_CONTAINER (window), notebook);
 	gtk_widget_show (notebook);
 
+	devices = gsd_wacom_device_create_fake_intuos4 ();
+	add_page (devices, notebook);
+
 	devices = gsd_wacom_device_create_fake_cintiq ();
 	add_page (devices, notebook);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]