Mercurial > hg > svcore
comparison plugin/api/alsa/seq_event.h @ 1221:a1b97df9962e 3.0-integration
Merge from branch msvc2015_64
author | Chris Cannam |
---|---|
date | Thu, 20 Oct 2016 11:16:22 +0100 |
parents | 6b847a59d908 |
children | 48e9f538e6e9 |
comparison
equal
deleted
inserted
replaced
1215:f50ded4b951c | 1221:a1b97df9962e |
---|---|
319 | 319 |
320 /** external stored data */ | 320 /** external stored data */ |
321 typedef struct snd_seq_ev_ext { | 321 typedef struct snd_seq_ev_ext { |
322 unsigned int len; /**< length of data */ | 322 unsigned int len; /**< length of data */ |
323 void *ptr; /**< pointer to data (note: can be 64-bit) */ | 323 void *ptr; /**< pointer to data (note: can be 64-bit) */ |
324 } __attribute__((packed)) snd_seq_ev_ext_t; | 324 } |
325 #ifdef __GNUC__ | |
326 __attribute__((packed)) | |
327 #endif | |
328 snd_seq_ev_ext_t; | |
325 | 329 |
326 /** Instrument cluster type */ | 330 /** Instrument cluster type */ |
327 typedef unsigned int snd_seq_instr_cluster_t; | 331 typedef unsigned int snd_seq_instr_cluster_t; |
328 | 332 |
329 /** Instrument type */ | 333 /** Instrument type */ |