Allow to override window geometry on the command line
[emu8051.git] / src / common / options.h
index 22dd1bc..f5c4452 100644 (file)
@@ -14,6 +14,7 @@
 #define PACKAGE_DESCRIPTION "Emulator for 8051 family microcontrollers"
 
 struct options_t {
+       char *g;
        int pram_size; /* Maximum program memory size. */
        int iram_size; /* Maximum internal ram size. */
        int xram_size; /* Maximum external ram size. */