2 * Author: Edward H. Flora <ehflora@access1.net>
6 * This file contains the error codes for the wmcalc program.
10 * 10/25/00 Original file creation, extracted from wmcalc.h
18 #define ERR_FILE_NOT_FOUND 1001
19 #define ERR_TMP_FILE_FAILED 1002
21 #define ERR_X_CREATE_WINDOW 1101
22 #define ERR_X_CREATE_BITMAP 1102
23 #define ERR_SETUP_WINDOW_NAME 1103
24 #define ERR_CREATE_GC 1104
25 #define ERR_X_DISPLAY 1105
27 #define ERR_CREATE_PIXMAP 1201