X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.h;h=95dd442cd40272261690740830d07e27b8981ad7;hb=b8dda57c7dbcd5942d43523e7e1dbb3755348649;hp=aeed4a0071c3fd243dc35dca8977cadda23d3d3a;hpb=1383f5acee09efd2d21ac20bb47fbc15b475ecd5;p=xboard.git diff --git a/dialogs.h b/dialogs.h index aeed4a0..95dd442 100644 --- a/dialogs.h +++ b/dialogs.h @@ -99,7 +99,7 @@ typedef enum { // identifier of dialogs done by GenericPopup TransientDlg=0, // transient: grabs mouse events and is destroyed at pop-down (so other dialog can use this ID next time) -CommentDlg, TagsDlg, TextMenuDlg, InputBoxDlg, NoDlg, DummyDlg, HistoryDlg, // persistent: no grab and reused +CommentDlg, TagsDlg, TextMenuDlg, InputBoxDlg, ChatDlg, DummyDlg, HistoryDlg, // persistent: no grab and reused GameListDlg, EngOutDlg, EvalGraphDlg,