X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f4434ad22645c6f697a397e320f7f5693ef4f85d..7cea81eea602bfb0023fe2cc8ca62acaa73fa2fc:/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;