[gnome-control-center] wacom: Print debug when calibration is finished
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] wacom: Print debug when calibration is finished
- Date: Fri, 4 Oct 2013 09:17:01 +0000 (UTC)
commit 387e3f98f753442282c3db55f7ce1100ac798d1f
Author: Bastien Nocera <hadess hadess net>
Date: Fri Oct 4 10:57:43 2013 +0200
wacom: Print debug when calibration is finished
panels/wacom/cc-wacom-page.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/panels/wacom/cc-wacom-page.c b/panels/wacom/cc-wacom-page.c
index 2452bdc..7dc4af9 100644
--- a/panels/wacom/cc-wacom-page.c
+++ b/panels/wacom/cc-wacom-page.c
@@ -158,6 +158,10 @@ set_calibration (GsdWacomDevice *device,
g_free (tmp);
+ g_debug ("Setting area top (%d, %d) bottom (%d, %d) (last used resolution: %d x %d)",
+ cal[0], cal[1], cal[2], cal[3],
+ display_width, display_height);
+
/* set the last-calibration-resolution */
last_resolution = g_variant_new ("(ii)", display_width, display_height);
settings = gsd_wacom_device_get_settings (device);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]