X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard.c;h=88bc31db48efda2bb2c4db441f095e944d555d3b;hb=292d1fc96afcdd5aececf3ec0da28c56bfb1a5a6;hp=e4c19e4e0e2d77976c278a60359b3a53b2b9ed7a;hpb=dd050aef7bb911900c308e708c63f5b7006f9c0a;p=xboard.git diff --git a/xboard.c b/xboard.c index e4c19e4..88bc31d 100644 --- a/xboard.c +++ b/xboard.c @@ -448,6 +448,7 @@ void NewVariantPopDown P(()); void SettingsPopDown P(()); void update_ics_width P(()); int get_term_width P(()); +int CopyMemoProc P(()); /* * XBoard depends on Xt R4 or higher */ @@ -954,6 +955,7 @@ XtActionsRec boardActions[] = { { "TimeControlPopDown", (XtActionProc) TimeControlPopDown }, { "NewVariantPopDown", (XtActionProc) NewVariantPopDown }, { "SettingsPopDown", (XtActionProc) SettingsPopDown }, + { "CopyMemoProc", (XtActionProc) CopyMemoProc }, }; char globalTranslations[] = @@ -5520,9 +5522,9 @@ void MailMoveProc(w, event, prms, nprms) } /* this variable is shared between CopyPositionProc and SendPositionSelection */ -static char *selected_fen_position=NULL; +char *selected_fen_position=NULL; -static Boolean +Boolean SendPositionSelection(Widget w, Atom *selection, Atom *target, Atom *type_return, XtPointer *value_return, unsigned long *length_return, int *format_return)