added more key id's & void pointer to lattice structs
[physik/nlsop.git] / dfbapi.h
index 3692601..c51bfe4 100644 (file)
--- 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 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;
  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 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;
  IDirectFB *dfb;
  IDirectFBSurface *p_surface;
  IDirectFBFont *font;