# | Line 29 | Line 29 | static char SCCSid[] = "$SunId$ LBL"; | |
---|---|---|
29 | #define BORWIDTH 5 /* border width */ | |
30 | #define COMHEIGHT (COMLH*COMCH) /* command line height (pixels) */ | |
31 | #define MINWIDTH (32*COMCW) /* minimum graphics window width */ | |
32 | < | #define MINHEIGHT 64 /* minimum graphics window height */ |
32 | > | #define MINHEIGHT MINWIDTH /* minimum graphics window height */ |
33 | ||
34 | #define COMFN "8x13" /* command line font name */ | |
35 | #define COMLH 3 /* number of command lines */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |