[librsvg: 11/13] use gdouble in dimension test
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 11/13] use gdouble in dimension test
- Date: Fri, 30 Nov 2018 23:50:13 +0000 (UTC)
commit b07be96d9fa8deabc1aca5dadbe3117ff227fe74
Author: Julian Sparber <julian sparber net>
Date: Sat Nov 24 21:24:48 2018 +0100
use gdouble in dimension test
tests/dimensions.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/tests/dimensions.c b/tests/dimensions.c
index 427bcd00..b109ea69 100644
--- a/tests/dimensions.c
+++ b/tests/dimensions.c
@@ -11,12 +11,12 @@ typedef struct
const gchar *test_name;
const gchar *file_path;
const gchar *id;
- gfloat x;
- gfloat y;
- gfloat width;
- gfloat height;
- gfloat logical_width;
- gfloat logical_height;
+ gdouble x;
+ gdouble y;
+ gdouble width;
+ gdouble height;
+ gdouble logical_width;
+ gdouble logical_height;
gboolean has_position;
gboolean has_dimensions;
gboolean has_logical_dimensions;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]