X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=dfbapi.h;fp=dfbapi.h;h=c06be527d56058cb0d963b91cc20d60fed5dd769;hp=7af06ee230896849b655fc9d3afd316f73129d3f;hb=807dbc1ca4779971778796ffe0ccc97477166aba;hpb=0db3a8c2bf3da3377146c76307797d234b39013e diff --git a/dfbapi.h b/dfbapi.h index 7af06ee..c06be52 100644 --- a/dfbapi.h +++ b/dfbapi.h @@ -71,7 +71,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 dx_lattice_get_color(unsigned char *status,unsigned char *r,unsigned char *g,unsigned char *b,unsigned char mode); #endif /* DFBAPI_H */