mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 08:40:56 +03:00
collect all common functions into separate library; add simple client example
This commit is contained in:
@@ -82,6 +82,6 @@ void conv_mouse_to_image_coords(int x, int y, float *X, float *Y, windowData *wi
|
||||
void conv_image_to_mouse_coords(float X, float Y, int *x, int *y, windowData *window);
|
||||
windowData* getWin();
|
||||
|
||||
typedef int (*imagefunc)(IMG**);
|
||||
typedef int (*imagefunc)(cc_IMG**);
|
||||
|
||||
int viewer(imagefunc);
|
||||
|
||||
Reference in New Issue
Block a user