FreeCalypso > hg > freecalypso-sw
comparison lcdemu/globals.h @ 903:312778104f54
lcdemu started, compiles and runs w/o actual functionality
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 07 Sep 2015 08:34:37 +0000 |
parents | |
children | 69623c4cbf6c |
comparison
equal
deleted
inserted
replaced
902:4423039aeb4b | 903:312778104f54 |
---|---|
1 /* | |
2 * LCDemu based on HECterm by the same author | |
3 * External declaratiions for global variables | |
4 */ | |
5 | |
6 extern char *progbasename, *proginstancename; | |
7 extern char *mydisplayname; | |
8 extern Display *mydisplay; | |
9 extern Window mainwindow; | |
10 extern GC mainwingc; | |
11 | |
12 extern XrmDatabase xrmdb_defaults, xrmdb_displayres, xrmdb_cmdline; | |
13 extern XrmQuark xrmquark_topclass, xrmquark_topinstance; |