Added a way to overlay a grid to graph window

This commit is contained in:
d18c7db 2009-07-20 08:20:23 +00:00
commit bd4cc2c95b
4 changed files with 134 additions and 111 deletions

View file

@ -13,6 +13,7 @@ void ShowGui();
void HideGraphWindow(void);
void ShowGraphWindow(void);
void RepaintGraphWindow(void);
void SetGraphGrid(int x, int y);
void PrintToScrollback(char *fmt, ...);
#define MAX_GRAPH_TRACE_LEN (1024*128)
extern int GraphBuffer[MAX_GRAPH_TRACE_LEN];