aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_frame.c')
-rw-r--r--src/gwin/gwin_frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/gwin_frame.c b/src/gwin/gwin_frame.c
index c79e813d..45bc4bc2 100644
--- a/src/gwin/gwin_frame.c
+++ b/src/gwin/gwin_frame.c
@@ -230,8 +230,8 @@ GHandle gwinGFrameCreate(GDisplay *g, GFrameObject *fo, GWidgetInit *pInit, uint
void gwinFrameDraw_Transparent(GWidgetObject *gw, void *param) {
const GColorSet *pcol;
gCoord pos;
- color_t contrast;
- color_t btn;
+ gColor contrast;
+ gColor btn;
(void)param;
if (gw->g.vmt != (gwinVMT *)&frameVMT)