projects
/
xboard.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Replace Flying Dragon piece image by Gnu
[xboard.git]
/
menus.h
diff --git
a/menus.h
b/menus.h
index
b7cbf03
..
e278ffd
100644
(file)
--- a/
menus.h
+++ b/
menus.h
@@
-5,7
+5,7
@@
* Massachusetts.
*
* Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006,
* Massachusetts.
*
* Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006,
- * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
+ * 2007, 2008, 2009, 2010, 2011, 2012, 2013
, 2014, 2015
Free Software Foundation, Inc.
*
* The following terms apply to Digital Equipment Corporation's copyright
* interest in XBoard:
*
* The following terms apply to Digital Equipment Corporation's copyright
* interest in XBoard:
@@
-52,10
+52,10
@@
typedef void MenuProc P((void));
typedef void MenuProc P((void));
-typedef int (*FileProc) P((FILE *f, int n, char *title));
typedef struct {
char *string;
typedef struct {
char *string;
+ char *accel;
char *ref;
MenuProc *proc;
void *handle;
char *ref;
MenuProc *proc;
void *handle;
@@
-74,7
+74,6
@@
typedef struct {
extern Menu menuBar[];
extern Menu menuBar[];
-void MarkMenuItem P((char *menuRef, int state));
void ErrorPopUp P((char *title, char *text, int modal));
void AppendEnginesToMenu P((char *list));
void LoadGameProc P((void));
void ErrorPopUp P((char *title, char *text, int modal));
void AppendEnginesToMenu P((char *list));
void LoadGameProc P((void));
@@
-165,6
+164,9
@@
void InitMenuMarkers P((void));
void ShowGameListProc P((void)); // in ngamelist.c
void HistoryShowProc P((void)); // in nhistory.c
void ShowGameListProc P((void)); // in ngamelist.c
void HistoryShowProc P((void)); // in nhistory.c
+// only here because it is the only header shared by xoptions.c and usystem.c
+void SetTextColor P((char **cnames, int fg, int bg, int attr));
+void ConsoleWrite P((char *message, int count));
// must be moved to xengineoutput.h
// must be moved to xengineoutput.h