X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dfbapi.h;h=c51bfe43b393f5525bafcb4b1d817514f513f45f;hb=72a665941269353574e0fd9effb31c19cdac68e3;hp=369260157531c75d23c73e78a0b1e0bc50b7e4ba;hpb=3525ca35938a42b8c518b65e3747541893025de3;p=physik%2Fnlsop.git 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;