X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.h;h=74bc021a5937a922a5937b3d13f5908f2250593e;hb=4dc77c6e72e3ec99cd8a57c9442b7511c47d3dca;hp=810bf7d8c02bd4e766bf20f7ba8de42f3e99a4d0;hpb=c5efa5dc689bf9b1119291afe2110a3df7619e75;p=xboard.git diff --git a/dialogs.h b/dialogs.h index 810bf7d..74bc021 100644 --- a/dialogs.h +++ b/dialogs.h @@ -84,7 +84,9 @@ 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, BrowserDlg, HistoryDlg, // persistent: no grab and reused PromoDlg, // this and beyond are destroyed at pop-down +ErrorDlg, AskDlg, // this and beyond do grab mouse events (and are destroyed) +FatalDlg, BoardWindow, NrOfDialogs // dummy for total } DialogClass;