X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.h;h=739dc18b0fea08380e6f3bc26cce1c306aab1a37;hb=0a3919ff10a347a8d840f75fd2c816efe52e5098;hp=09d66a5ae09a59e0718a0613ec054dc630a8061e;hpb=6f01cd3e57fc068f24d8075c1dbb87ebef635e6a;p=xboard.git diff --git a/dialogs.h b/dialogs.h index 09d66a5..739dc18 100644 --- a/dialogs.h +++ b/dialogs.h @@ -95,7 +95,8 @@ #define W_MENUB 26 #define W_DROP 27 // drop (popup) menu - +#define CHECK (void *) 1 +#define RADIO (void *) 2 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)