2 * Author: Edward H. Flora <ehflora@access1.net>
6 * This file contains the global variables used by the wmcalc program.
10 * 10/25/00 Original file creation, extracted from wmcalc.h
11 * 11/05/00 Added MemLock global array for locking values into Memory
12 * 11/05/00 Added Entries for "Locked" memory values in config CfgVarList
25 Window rootwin
, win
, iconwin
;
28 Pixel bg_pixel
, fg_pixel
;
30 XSizeHints xsizehints
;
32 XClassHint xclasshint
;
33 char configfile
[CONFIGFILEMAX
];
34 char tempfile
[CONFIGFILEMAX
];
39 XpmIcon
template, visible
, buttons
, charmap
;
42 /* Configuration File Information */
43 char *CfgVarList
[MAX_LABEL
] = {"Mem0",
67 char SysCalcCmd
[CALC_CMD_SIZE
] = "xcalc &";
70 double MemArray
[NUM_MEM_CELLS
];
71 int MemLock
[NUM_MEM_CELLS
];