config: Fixed missing types.
[framework/uifw/elementary.git] / config / standard / base.src
index 179883e..ae6ffae 100644 (file)
@@ -48,7 +48,7 @@ group "Elm_Config" struct {
   value "glayer_zoom_distance_tolerance" double: 1.0;
   value "glayer_rotate_angular_tolerance" double: 0.034906585;
   value "glayer_line_min_length" double: 1.0;
-  value "glayer_line_distance_tolerance" 3.0;
-  value "glayer_line_angular_tolerance" 0.34906585; /* Represents 20 DEG */
-  value "glayer_flick_time_limit_ms" 60;        /* 60 ms to finish flick */
+  value "glayer_line_distance_tolerance" double: 3.0;
+  value "glayer_line_angular_tolerance" double: 0.34906585; /* Represents 20 DEG */
+  value "glayer_flick_time_limit_ms" uint: 60; /* 60 ms to finish flick */
 }