Add 2 pre-setable markers for the graph

This commit is contained in:
marshmellow42 2017-02-28 15:53:33 -05:00
commit f9f0e83b7c
5 changed files with 25 additions and 6 deletions

View file

@ -19,7 +19,7 @@
#include "ui.h"
double CursorScaleFactor;
int PlotGridX, PlotGridY, PlotGridXdefault= 64, PlotGridYdefault= 64;
int PlotGridX, PlotGridY, PlotGridXdefault= 64, PlotGridYdefault= 64, CursorCPos= 0, CursorDPos= 0;
int offline;
int flushAfterWrite = 0; //buzzy
extern pthread_mutex_t print_lock;