summaryrefslogtreecommitdiff
path: root/tests/testtooltips.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-07-24 22:25:56 +0200
committerBenjamin Otte <otte@redhat.com>2020-07-25 00:47:36 +0200
commit556997f9df3b771733fc49a02d5424aee276e29f (patch)
tree497917f020af130413e0a429510c24fbe5eade7d /tests/testtooltips.c
parentd375dce9f52fd9830069a6fd9287abde93d3f24b (diff)
downloadgtk+-556997f9df3b771733fc49a02d5424aee276e29f.tar.gz
Replace "gfloat" with "float"
Diffstat (limited to 'tests/testtooltips.c')
-rw-r--r--tests/testtooltips.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testtooltips.c b/tests/testtooltips.c
index 6f6b951d24..3c5d87c376 100644
--- a/tests/testtooltips.c
+++ b/tests/testtooltips.c
@@ -181,9 +181,9 @@ static struct Rectangle
{
int x;
int y;
- gfloat r;
- gfloat g;
- gfloat b;
+ float r;
+ float g;
+ float b;
const char *tooltip;
}
rectangles[] =