From 2ab2d77fcba42467b62f2be732cb8dc00510fe19 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 10:54:19 +1000 Subject: Change coord_t to gCoord --- src/gwin/gwin_container.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gwin/gwin_container.h') diff --git a/src/gwin/gwin_container.h b/src/gwin/gwin_container.h index a4a3afa2..cdb4b818 100644 --- a/src/gwin/gwin_container.h +++ b/src/gwin/gwin_container.h @@ -81,7 +81,7 @@ GHandle gwinGetSibling(GHandle gh); * * @api */ -coord_t gwinGetInnerWidth(GHandle gh); +gCoord gwinGetInnerWidth(GHandle gh); /** * @brief Get the inner height of a container window @@ -92,7 +92,7 @@ coord_t gwinGetInnerWidth(GHandle gh); * * @api */ -coord_t gwinGetInnerHeight(GHandle gh); +gCoord gwinGetInnerHeight(GHandle gh); /** -- cgit v1.2.3