X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=dfbapi.h;h=abee6e19f4f8b95453692c949398bf74438ceeab;hp=c06be527d56058cb0d963b91cc20d60fed5dd769;hb=30343b61fc28bccc04af479729a1529fa824a85a;hpb=807dbc1ca4779971778796ffe0ccc97477166aba diff --git a/dfbapi.h b/dfbapi.h index c06be52..abee6e1 100644 --- 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 *bmp); +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 */