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_label.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gwin/gwin_label.h') diff --git a/src/gwin/gwin_label.h b/src/gwin/gwin_label.h index 77bf5364..281fb408 100644 --- a/src/gwin/gwin_label.h +++ b/src/gwin/gwin_label.h @@ -48,7 +48,7 @@ typedef struct GLabelObject { GWidgetObject w; #if GWIN_LABEL_ATTRIBUTE - coord_t tab; + gCoord tab; const char* attr; #endif } GLabelObject; @@ -102,7 +102,7 @@ void gwinLabelSetBorder(GHandle gh, gBool border); * * @api */ - void gwinLabelSetAttribute(GHandle gh, coord_t tab, const char* attr); + void gwinLabelSetAttribute(GHandle gh, gCoord tab, const char* attr); #endif /** -- cgit v1.2.3