X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=display%2Fdisplay.h;h=2184e15c8e91608c3c0645b476afc5202c9e7131;hb=ea939060d8c1df6b3de0b3204a0b5b06018ee8da;hp=29cf6c962403b5781c43b55d8615b82760d4b1c2;hpb=7a01a093081adee6313dc0805f91fb84548e092e;p=my-code%2Fapi.git diff --git a/display/display.h b/display/display.h index 29cf6c9..2184e15 100644 --- a/display/display.h +++ b/display/display.h @@ -22,7 +22,7 @@ typedef struct s_display { int max_x; int max_y; - unsigned char *screen; + char *screen; } t_display; /* function prototypes */