]> hackdaworld.org Git - my-code/api.git/blobdiff - display/display.h
fixed bmp api, improved dft_2d ... though still seems to be broken
[my-code/api.git] / display / display.h
index 29cf6c962403b5781c43b55d8615b82760d4b1c2..2184e15c8e91608c3c0645b476afc5202c9e7131 100644 (file)
@@ -22,7 +22,7 @@
 typedef struct s_display {
   int max_x;
   int max_y;
-  unsigned char *screen;
+  char *screen;
 } t_display;
 
 /* function prototypes */