From f9c848e9851713d7a33962b9b4768c0a0d1751f1 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 11:19:43 +1000 Subject: Change color_t to gColor --- src/gwin/gwin_graph.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gwin/gwin_graph.h') diff --git a/src/gwin/gwin_graph.h b/src/gwin/gwin_graph.h index eaaa82ab..c16c0d9b 100644 --- a/src/gwin/gwin_graph.h +++ b/src/gwin/gwin_graph.h @@ -34,7 +34,7 @@ typedef enum GGraphPointType_e { typedef struct GGraphPointStyle_t { GGraphPointType type; gCoord size; - color_t color; + gColor color; } GGraphPointStyle; typedef enum GGraphLineType_e { @@ -44,13 +44,13 @@ typedef enum GGraphLineType_e { typedef struct GGraphLineStyle_t { GGraphLineType type; gCoord size; - color_t color; + gColor color; } GGraphLineStyle; typedef struct GGraphGridStyle_t { GGraphLineType type; gCoord size; - color_t color; + gColor color; gCoord spacing; } GGraphGridStyle; -- cgit v1.2.3