[gnome-color-manager] trivial: make the calibration helper much faster
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: make the calibration helper much faster
- Date: Thu, 24 Nov 2011 21:31:36 +0000 (UTC)
commit cf6b2e8e847f96be073b751c1acdd3dfd1d053ba
Author: Richard Hughes <richard hughsie com>
Date: Thu Nov 24 21:28:57 2011 +0000
trivial: make the calibration helper much faster
src/gcm-calibrate.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate.c b/src/gcm-calibrate.c
index 5143c43..fdc6b96 100644
--- a/src/gcm-calibrate.c
+++ b/src/gcm-calibrate.c
@@ -536,7 +536,7 @@ gcm_calibrate_display_characterize (GcmCalibrate *calibrate,
/* wait for the refresh to set the new color */
if (i == 0)
gcm_calibrate_delay (3000);
- gcm_calibrate_delay (1000);
+ gcm_calibrate_delay (100);
/* get the sample from the hardware */
xyz = cd_sensor_get_sample_sync (calibrate->priv->sensor,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]