comparison lcdemu/globals.c @ 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 * Definitions of global variables
4 */
5
6 #include <X11/Xlib.h>
7 #include <X11/Xresource.h>
8 #include <X11/Xutil.h>
9
10 char *progbasename, *proginstancename;
11 char *mydisplayname;
12 Display *mydisplay;
13 Window mainwindow;
14 GC mainwingc;
15
16 XrmDatabase xrmdb_defaults, xrmdb_displayres, xrmdb_cmdline;
17 XrmQuark xrmquark_topclass, xrmquark_topinstance;