[gnome-settings-daemon] wacom: Add stub for setting the current LED
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] wacom: Add stub for setting the current LED
- Date: Mon, 27 Feb 2012 16:30:20 +0000 (UTC)
commit b3378c1974a31549f804abc5e69616eac7b60202
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 27 17:24:45 2012 +0100
wacom: Add stub for setting the current LED
plugins/wacom/gsd-wacom-manager.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-manager.c b/plugins/wacom/gsd-wacom-manager.c
index a1ab0a8..72badd2 100644
--- a/plugins/wacom/gsd-wacom-manager.c
+++ b/plugins/wacom/gsd-wacom-manager.c
@@ -375,6 +375,15 @@ apply_stylus_settings (GsdWacomDevice *device)
set_pressurethreshold (device, threshold);
}
+static void
+set_led (GsdWacomDevice *device,
+ int group_id,
+ int index)
+{
+ /* FIXME implement */
+ g_message ("Switched group ID %d to index %d", group_id, index);
+}
+
struct DefaultButtons {
const char *button;
int num;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]