X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/30f2a7d38fd35b2427a7eb42e1cd75fb1105f927..5aad6db03ca66dfdcea196ec4c3816bf0eac72ed:/winsrc/gui.cpp?ds=sidebyside diff --git a/winsrc/gui.cpp b/winsrc/gui.cpp index 05f05e1a..cc8e17f9 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 offline; // Whether the GUI operates in Offline mode. HPEN GreyPen, GreenPen, WhitePen, YellowPen; HBRUSH GreenBrush, YellowBrush;