make grid function linux friendly

This commit is contained in:
adam@algroup.co.uk 2009-07-21 16:10:58 +00:00
parent ebd7aaf9e7
commit f4434ad226
6 changed files with 29 additions and 13 deletions

View file

@ -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;