inline X48NG.ad.h, not really seeing the point of havong it out
This commit is contained in:
parent
4e7a80986e
commit
724e4c3e25
2 changed files with 15 additions and 16 deletions
|
@ -1,14 +0,0 @@
|
||||||
"*iconic: False", "*visual: Default",
|
|
||||||
"*mono: False", "*gray: False",
|
|
||||||
"*monoIcon: False", "*useXShm: True",
|
|
||||||
"*smallLabelFont: -*-fixed-bold-r-normal-*-14-*-*-*-*-*-iso8859-1",
|
|
||||||
"*mediumLabelFont: -*-fixed-bold-r-normal-*-15-*-*-*-*-*-iso8859-1",
|
|
||||||
"*largeLabelFont: -*-fixed-medium-r-normal-*-20-*-*-*-*-*-iso8859-1",
|
|
||||||
"*connectionFont: -*-fixed-medium-r-normal-*-12-*-*-*-*-*-iso8859-1",
|
|
||||||
"*verbose: False", "*quiet: False",
|
|
||||||
"*printVersion: False", "*printCopyright: False",
|
|
||||||
"*printWarranty: False", "*useTerminal: True",
|
|
||||||
"*useSerial: False", "*serialLine: /dev/ttyS0",
|
|
||||||
"*completeInitialize: False", "*resetOnStartup: False",
|
|
||||||
"*romFileName: rom.dump", "*homeDirectory: .x48ng",
|
|
||||||
"*useDebugger: True", "*disassemblerMnemonics: class",
|
|
|
@ -33,7 +33,20 @@
|
||||||
|
|
||||||
#if defined( GUI_IS_X11 )
|
#if defined( GUI_IS_X11 )
|
||||||
static char* defaults[] = {
|
static char* defaults[] = {
|
||||||
#include "X48NG.ad.h"
|
"*iconic: False", "*visual: Default",
|
||||||
|
"*mono: False", "*gray: False",
|
||||||
|
"*monoIcon: False", "*useXShm: True",
|
||||||
|
"*smallLabelFont: -*-fixed-bold-r-normal-*-14-*-*-*-*-*-iso8859-1",
|
||||||
|
"*mediumLabelFont: -*-fixed-bold-r-normal-*-15-*-*-*-*-*-iso8859-1",
|
||||||
|
"*largeLabelFont: -*-fixed-medium-r-normal-*-20-*-*-*-*-*-iso8859-1",
|
||||||
|
"*connectionFont: -*-fixed-medium-r-normal-*-12-*-*-*-*-*-iso8859-1",
|
||||||
|
"*verbose: False", "*quiet: False",
|
||||||
|
"*printVersion: False", "*printCopyright: False",
|
||||||
|
"*printWarranty: False", "*useTerminal: True",
|
||||||
|
"*useSerial: False", "*serialLine: /dev/ttyS0",
|
||||||
|
"*completeInitialize: False", "*resetOnStartup: False",
|
||||||
|
"*romFileName: rom.dump", "*homeDirectory: .x48ng",
|
||||||
|
"*useDebugger: True", "*disassemblerMnemonics: class",
|
||||||
0 };
|
0 };
|
||||||
|
|
||||||
#ifdef HAVE_XSHM
|
#ifdef HAVE_XSHM
|
||||||
|
|
Loading…
Reference in a new issue