fixes in dfbapi, buggy ising.c added
[physik/ising.git] / dfbapi.h
index 2403d80..8dfd215 100644 (file)
--- a/dfbapi.h
+++ b/dfbapi.h
@@ -20,6 +20,7 @@ typedef struct __d2_lattice
  int fakt_x,fakt_y;
  int info_x,info_y;
  int info_w,info_h;
+ int font_h;
  unsigned char *status; /* status&1 -> red, else blue */
  IDirectFB *dfb;
  IDirectFBSurface *p_surface;