diff options
Diffstat (limited to 'src/gwin/gwin_checkbox.c')
-rw-r--r-- | src/gwin/gwin_checkbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_checkbox.c b/src/gwin/gwin_checkbox.c index 42734626..5e6806fd 100644 --- a/src/gwin/gwin_checkbox.c +++ b/src/gwin/gwin_checkbox.c @@ -255,7 +255,7 @@ void gwinCheckboxDraw_CheckOnRight(GWidgetObject *gw, void *param) { fixed alpha; fixed dalpha; gCoord i; - color_t tcol, bcol; + gColor tcol, bcol; (void) param; if (gw->g.vmt != (gwinVMT *)&checkboxVMT) return; |