X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=dfbapi.h;h=c51bfe43b393f5525bafcb4b1d817514f513f45f;hp=369260157531c75d23c73e78a0b1e0bc50b7e4ba;hb=91f24c2c4523729fa5a85c91a6b90cb8de712e4b;hpb=3525ca35938a42b8c518b65e3747541893025de3 diff --git a/dfbapi.h b/dfbapi.h index 3692601..c51bfe4 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;