mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-02-14 20:06:33 +00:00
9 lines
456 B
C
9 lines
456 B
C
|
|
#define WINDOW_WIDTH 1024 // proposed width of main window
|
|
#define WINDOW_HEIGHT 768 // proposed height of main window
|
|
#define WINDOW_NAME "Tektronix 4010" // name of main window
|
|
#define ICON_NAME "" // path to icon for window
|
|
|
|
#define TIME_INTERVAL 50 // time interval for timer function in msec
|
|
// 0 means no timer function
|