implemented saturation value of carbon in amorph cells
[physik/nlsop.git] / dfbapi.h
index 7af06ee..abee6e1 100644 (file)
--- a/dfbapi.h
+++ b/dfbapi.h
@@ -46,6 +46,7 @@ typedef struct __d3_lattice
  int s_height,s_width;
  int fakt_x,fakt_y;
  int info_x,info_y;
+ int o_x;
  int info_w,info_h;
  int font_h;
  unsigned char *status; /* status&1 -> red, else blue */
@@ -71,7 +72,7 @@ int d3_lattice_release(d3_lattice *d3_l);
 int d3_lattice_draw(d3_lattice *d3_l,int x,int y,int z,int arg_c,char **arg_v,unsigned char mode,int max_extra);
 int d2_event_init(d2_lattice *d2_l);
 int d3_event_init(d3_lattice *d3_l);
-int scan_event(d3_lattice *d3_l,int *x,int *y,int *z,int *q,int *esc,int *switchmode);
+int scan_event(d3_lattice *d3_l,int *x,int *y,int *z,int *q,int *esc,int *switchmode,int *bmp,int *ac_distr);
 int dx_lattice_get_color(unsigned char *status,unsigned char *r,unsigned char *g,unsigned char *b,unsigned char mode);
 
 #endif /* DFBAPI_H */