X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.h;h=ad483e92aef33fffdc504fd78c90c6be19329c4a;hb=1c03d229073e56dda9e5856db5adaae51576a3bb;hp=9c35f1695a3e651e63795983d8395c48b128fe40;hpb=a009a27e8c1e0bfa818f12fdcae675d0babc510a;p=xboard.git diff --git a/dialogs.h b/dialogs.h index 9c35f16..ad483e9 100644 --- a/dialogs.h +++ b/dialogs.h @@ -87,14 +87,14 @@ #define W_WHITE 12 #define W_BLACK 13 #define W_SMALL 15 // title in small layout -#define W_MESSG 16 +#define W_MESSG 16 #define W_BUTTON 17 // button bar #define W_PAUSE 20 #define W_BOARD 24 #define W_MENUW 25 #define W_MENUB 26 #define W_DROP 27 // drop (popup) menu - + 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, ChatDlg, DummyDlg, HistoryDlg, // persistent: no grab and reused @@ -191,4 +191,3 @@ void SendString P((char *p)); // in ngamelist.c int GameListClicks P((int direction)); void SetFilter P((void)); -