Added more informative comments to open mode flags

This commit is contained in:
Jaroslav Kysela 2002-01-28 18:11:45 +00:00
parent dd68c91cbc
commit d57853a90a
6 changed files with 14 additions and 14 deletions

View file

@ -62,7 +62,7 @@ do {\
/**
* sequencer opening mode
*/
#define SND_SEQ_NONBLOCK 1 /**< non-blocking mode */
#define SND_SEQ_NONBLOCK 0x0001 /**< non-blocking mode (flag to open mode) */
/** sequencer handle type */
typedef enum _snd_seq_type {