fixing the crash on exit

This commit is contained in:
pwpiwi 2017-06-01 15:35:19 +02:00
parent a5eb7820a5
commit 5acd195d0f
7 changed files with 75 additions and 49 deletions

View file

@ -19,7 +19,7 @@ void ShowGraphWindow(void);
void HideGraphWindow(void);
void RepaintGraphWindow(void);
void MainGraphics(void);
void InitGraphics(int argc, char **argv);
void InitGraphics(int argc, char **argv, char *script_cmds_file, bool usb_present);
void ExitGraphics(void);
#define MAX_GRAPH_TRACE_LEN (40000*8)