summaryrefslogtreecommitdiff
path: root/tests/testscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testscale.c')
-rw-r--r--tests/testscale.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/testscale.c b/tests/testscale.c
index 277a837e4b..2c73d30f1b 100644
--- a/tests/testscale.c
+++ b/tests/testscale.c
@@ -64,8 +64,8 @@ trough (GtkToggleButton *button)
}
}
-gdouble marks[3] = { 0.0, 50.0, 100.0 };
-gdouble extra_marks[2] = { 20.0, 40.0 };
+double marks[3] = { 0.0, 50.0, 100.0 };
+double extra_marks[2] = { 20.0, 40.0 };
static void
extra (GtkToggleButton *button)
@@ -114,7 +114,7 @@ int main (int argc, char *argv[])
"<small>Right</small>"
};
- gdouble bath_marks[4] = { 0.0, 33.3, 66.6, 100.0 };
+ double bath_marks[4] = { 0.0, 33.3, 66.6, 100.0 };
const char *bath_labels[4] = {
"<span color='blue' size='small'>Cold</span>",
"<span size='small'>Baby bath</span>",
@@ -122,7 +122,7 @@ int main (int argc, char *argv[])
"<span color='Red' size='small'>Hot</span>"
};
- gdouble pos_marks[4] = { 0.0, 33.3, 66.6, 100.0 };
+ double pos_marks[4] = { 0.0, 33.3, 66.6, 100.0 };
const char *pos_labels[4] = { "Left", "Right", "Top", "Bottom" };
gboolean done = FALSE;