gnome-bluetooth r521 - trunk/common



Author: hadess
Date: Fri Mar 20 17:52:41 2009
New Revision: 521
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=521&view=rev

Log:
Also show joypads and tablets in the device selection

Fix up the "input" group type, and add an audio group type.



Modified:
   trunk/common/bluetooth-enums.h

Modified: trunk/common/bluetooth-enums.h
==============================================================================
--- trunk/common/bluetooth-enums.h	(original)
+++ trunk/common/bluetooth-enums.h	Fri Mar 20 17:52:41 2009
@@ -52,9 +52,10 @@
 	BLUETOOTH_TYPE_TABLET		= 1 << 13,
 };
 
-#define _BLUETOOTH_TYPE_NUM_TYPES 12
+#define _BLUETOOTH_TYPE_NUM_TYPES 14
 
-#define BLUETOOTH_TYPE_INPUT (BLUETOOTH_TYPE_KEYBOARD | BLUETOOTH_TYPE_MOUSE)
+#define BLUETOOTH_TYPE_INPUT (BLUETOOTH_TYPE_KEYBOARD | BLUETOOTH_TYPE_MOUSE | BLUETOOTH_TYPE_TABLET | BLUETOOTH_TYPE_JOYPAD)
+#define BLUETOOTH_TYPE_AUDIO (BLUETOOTH_TYPE_HEADSET | BLUETOOTH_TYPE_HEADPHONES | BLUETOOTH_TYPE_OTHER_AUDIO)
 
 G_END_DECLS
 



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