projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3937d61
)
cleanup icsEngineAnalyze
author
Daniel Mehrmann
<mehrmann>
Mon, 28 Jun 2004 00:49:41 +0000 (
00:49
+0000)
committer
Daniel Mehrmann
<mehrmann>
Mon, 28 Jun 2004 00:49:41 +0000 (
00:49
+0000)
xboard.c
patch
|
blob
|
history
diff --git
a/xboard.c
b/xboard.c
index
3d5081d
..
8f1cff1
100644
(file)
--- a/
xboard.c
+++ b/
xboard.c
@@
-1147,6
+1147,10
@@
XtResource clientResources[] = {
{ "showButtonBar", "showButtonBar", XtRBoolean,
sizeof(Boolean), XtOffset(AppDataPtr, showButtonBar),
XtRImmediate, (XtPointer) True },
+ /* icsEngineAnalyze */
+ {"icsEngineAnalyze", "icsEngineAnalyze", XtRBoolean,
+ sizeof(Boolean), XtOffset(AppDataPtr, icsEngineAnalyze),
+ XtRImmediate, (XtPointer) False },
};
XrmOptionDescRec shellOptions[] = {
@@
-2466,9
+2470,6
@@
XBoard square size (hint): %d\n\
args, 1);
}
- /* icsEngineAnalyze - default init */
- appData.icsEngineAnalyze = FALSE;
-
/*
* Create an icon.
*/