X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a553f2674865fa544d04ca7b8194e30c008644ae..7ddb99003292dbe619bfdabe1156dcbd11f18d42:/client/proxgui.h diff --git a/client/proxgui.h b/client/proxgui.h index 32121e58..6fcf4d0a 100644 --- a/client/proxgui.h +++ b/client/proxgui.h @@ -1,4 +1,6 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth +// // This code is licensed to you under the terms of the GNU GPL, version 2 or, // at your option, any later version. See the LICENSE.txt file for the text of // the license. @@ -21,7 +23,7 @@ void ExitGraphics(void); extern int GraphBuffer[MAX_GRAPH_TRACE_LEN]; extern int GraphTraceLen; extern double CursorScaleFactor; -extern int PlotGridX, PlotGridY; +extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault; extern int CommandFinished; extern int offline;