mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 08:40:56 +03:00
add network image transporting (pre-alpha yet: many bugs)
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "ccdfunc.h"
|
||||
#include "cmdlnopts.h"
|
||||
#include "imageview.h"
|
||||
#include "events.h"
|
||||
#include "omp.h"
|
||||
|
||||
windowData *win = NULL; // main window (common variable for events.c)
|
||||
@@ -531,6 +532,7 @@ void closeGL(){
|
||||
/**
|
||||
* @brief viewer - main viewer process
|
||||
* @param newimage - image refresh function
|
||||
* it shouldn't `free` it's argument!!!
|
||||
* @return 0 if all OK
|
||||
*/
|
||||
int viewer(imagefunc newimage){
|
||||
|
||||
Reference in New Issue
Block a user