version 1.8 | | version 1.9 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.8 2000/12/04 00:40:04 cvs Exp $"; | | * "$Id: global.h,v 1.9 2000/12/04 07:19:56 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
# endif | | # endif |
#endif | | #endif |
| | |
enum DisplayMode {Dm_Font, Dm_Bitmap, Dm_Pixmap}; | | |
| | |
typedef struct Settings { | | typedef struct Settings { |
char *logfilename; /* logfile to use */ | | char *logfilename; /* logfile to use */ |
uint16 csport; /* port for new client/server */ | | uint16 csport; /* port for new client/server */ |