Delete emptied front-end files, and move rest to gtk directory
[xboard.git] / dialogs.h
index 6c3c201..498feeb 100644 (file)
--- a/dialogs.h
+++ b/dialogs.h
@@ -152,6 +152,7 @@ void SetDialogTitle  P((DialogClass dlg, char *title));
 void LoadListBox P((Option *opt, char *emptyText, int n1, int n2));
 void HighlightListBoxItem P((Option *opt, int nr));
 void HighlightWithScroll P((Option *opt, int sel, int max));
+void ScrollToCursor P((Option *opt, int pos));
 int  SelectedListBoxItem P((Option *opt));
 void BoardFocus P((void));
 void FocusOnWidget P((Option *opt, DialogClass dlg));
@@ -191,4 +192,3 @@ void SendString P((char *p));
 int GameListClicks P((int direction));
 void SetFilter P((void));
 
-