diff --git a/draw.h b/draw.h index be14e8e11..517367cf5 100644 --- a/draw.h +++ b/draw.h @@ -45,12 +45,12 @@ typedef struct typedef struct { - unsigned initialized : 1; uint32_t pixel; uint16_t red; uint16_t green; uint16_t blue; uint16_t alpha; + bool initialized; } xcolor_t; typedef enum