[gpointing-device-settings] float -> double.



commit 1f49340342380cdbac6ed2c005f2aea41814bea6
Author: Hiroyuki Ikezoe <poincare ikezoe net>
Date:   Tue Mar 9 19:48:31 2010 +0900

    float -> double.

 src/gpds-xinput.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpds-xinput.c b/src/gpds-xinput.c
index 5252873..d8bd1a2 100644
--- a/src/gpds-xinput.c
+++ b/src/gpds-xinput.c
@@ -783,7 +783,7 @@ get_float_properties (GpdsXInput *xinput, const gchar *name)
     g_value_init(&value, G_TYPE_DOUBLE);
 
     for (i = 0; i < n_values; i++) {
-        g_value_set_float(&value, float_values[i]);
+        g_value_set_double(&value, float_values[i]);
         g_value_array_append(array, &value);
         g_value_reset(&value);
     }



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