mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
make grid function linux friendly
This commit is contained in:
parent
ebd7aaf9e7
commit
f4434ad226
6 changed files with 29 additions and 13 deletions
|
@ -67,12 +67,6 @@ void ExecCmd(char *cmd)
|
|||
int CommandFinished;
|
||||
int offset = 64;
|
||||
|
||||
void SetGraphGrid(int x, int y)
|
||||
{
|
||||
PlotGridX = x;
|
||||
PlotGridY = y;
|
||||
}
|
||||
|
||||
static void ResizeCommandWindow(void)
|
||||
{
|
||||
int w, h;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue