aboutsummaryrefslogtreecommitdiff
path: root/include/seq.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2002-01-28 18:11:45 +0000
committerJaroslav Kysela <perex@perex.cz>2002-01-28 18:11:45 +0000
commitd57853a90a6a25675c505ba7f06c02839503b5ca (patch)
tree3a4544ff187e539582f6783975d76a0a762113fc /include/seq.h
parentdd68c91cbc9f529832a360e918793e4864c05f07 (diff)
Added more informative comments to open mode flags
Diffstat (limited to 'include/seq.h')
-rw-r--r--include/seq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/seq.h b/include/seq.h
index 1dc303e8..934a2985 100644
--- a/include/seq.h
+++ b/include/seq.h
@@ -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 {