X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=dfbapi.h;fp=dfbapi.h;h=54ab56b3210cad1f840bc4ac5175f73963619798;hp=c51bfe43b393f5525bafcb4b1d817514f513f45f;hb=ac3628afff01679dfa9da69cf010764970e40be7;hpb=e28fcecc54036e7258172b96e97df4a8131f0d9a diff --git a/dfbapi.h b/dfbapi.h index c51bfe4..54ab56b 100644 --- a/dfbapi.h +++ b/dfbapi.h @@ -40,7 +40,7 @@ typedef struct __d3_lattice int info_w,info_h; int font_h; unsigned char *status; /* status&1 -> red, else blue */ - int *extra /* store extra values */ + int *extra; /* store extra values */ void *v_ptr; /* void ptr, for any use */ IDirectFB *dfb; IDirectFBSurface *p_surface;