X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=dfbapi.h;h=54ab56b3210cad1f840bc4ac5175f73963619798;hp=369260157531c75d23c73e78a0b1e0bc50b7e4ba;hb=ac3628afff01679dfa9da69cf010764970e40be7;hpb=3525ca35938a42b8c518b65e3747541893025de3 diff --git a/dfbapi.h b/dfbapi.h index 3692601..54ab56b 100644 --- a/dfbapi.h +++ b/dfbapi.h @@ -22,6 +22,8 @@ typedef struct __d2_lattice int info_w,info_h; int font_h; unsigned char *status; /* status&1 -> red, else blue */ + int *extra; /* store extra values */ + void *v_ptr; /* void ptr, for any use */ IDirectFB *dfb; IDirectFBSurface *p_surface; IDirectFBFont *font; @@ -38,6 +40,8 @@ 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 */ + void *v_ptr; /* void ptr, for any use */ IDirectFB *dfb; IDirectFBSurface *p_surface; IDirectFBFont *font;