X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xhistory.h;h=109e1bdae1d30566bc50a79c93aaecee328f215e;hb=fe5ba22edf2cb7c260ecf17c7f095f0bc3e1b0a3;hp=9c42c756d41393ebec073f86ee5181a0e783067b;hpb=891e6ae6b61cb387401b79ad75ae5b2c1d58da5e;p=xboard.git diff --git a/xhistory.h b/xhistory.h index 9c42c75..109e1bd 100644 --- a/xhistory.h +++ b/xhistory.h @@ -23,10 +23,10 @@ #ifndef _XHISTL_H #define _XHISTL_H 1 -void HistoryShowProc P((Widget w, XEvent *event, - String *prms, Cardinal *nprms)); -void HistoryPopDown P((Widget w, XtPointer client_data, - XtPointer call_data)); +void HistoryShowProc P((GtkObject *object, gpointer user_data)); + +void HistoryPopDown P((GtkObject *object, gpointer user_data)); + Boolean MoveHistoryIsUp P((void)); extern Widget historyShell;