aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_tabset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_tabset.c')
-rw-r--r--src/gwin/gwin_tabset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/gwin_tabset.c b/src/gwin/gwin_tabset.c
index f3e07eea..185d92b2 100644
--- a/src/gwin/gwin_tabset.c
+++ b/src/gwin/gwin_tabset.c
@@ -423,7 +423,7 @@ void gwinTabsetSetTab(GHandle gh) {
#else
static void fgarea(GWidgetObject *gw, const char *text, gCoord y, gCoord x, gCoord w) {
const GColorSet * pcol;
- color_t tcol;
+ gColor tcol;
pcol = (gw->g.flags & GWIN_FLG_SYSENABLED) ? &gw->pstyle->pressed : &gw->pstyle->disabled;
@@ -439,7 +439,7 @@ void gwinTabsetSetTab(GHandle gh) {
const GColorSet * pcol;
fixed alpha;
gCoord i;
- color_t tcol, bcol;
+ gColor tcol, bcol;
pcol = (gw->g.flags & GWIN_FLG_SYSENABLED) ? &gw->pstyle->enabled : &gw->pstyle->disabled;