X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f4434ad22645c6f697a397e320f7f5693ef4f85d..e3dfa4277219c1cb72b906860faf537336bf866c:/winsrc/gui.cpp diff --git a/winsrc/gui.cpp b/winsrc/gui.cpp index 161f99d6..3753a86e 100644 --- a/winsrc/gui.cpp +++ b/winsrc/gui.cpp @@ -33,6 +33,7 @@ void dbp(char *str, ...) int GraphBuffer[MAX_GRAPH_TRACE_LEN]; int GraphTraceLen; +int PlotGridX, PlotGridY; HPEN GreyPenLite, GreyPen, GreenPen, WhitePen, YellowPen; HBRUSH GreenBrush, YellowBrush; @@ -40,7 +41,6 @@ HBRUSH GreenBrush, YellowBrush; static int GraphStart = 0; static double GraphPixelsPerPoint = 1; -static int PlotGridX = 0, PlotGridY = 0; static int CursorAPos; static int CursorBPos; double CursorScaleFactor = 1.0;