wmbiff: Use unsigned data type for port number.
[dockapps.git] / wmcalc / wmcalc_err.h
blob79076ce1bf63dcf11bb816968b7259f3341aa9da
1 /* File: wmcalc_err.h
2 * Author: Edward H. Flora <ehflora@access1.net>
3 * Version: 0.2
5 * Description:
6 * This file contains the error codes for the wmcalc program.
8 * Change History:
9 * Date Modification
10 * 10/25/00 Original file creation, extracted from wmcalc.h
13 #ifndef WMCALC_ERR_H
14 #define WMCALC_ERR_H
16 #define OKAY 0
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
31 #endif