Browse Source

Change EventType to JackEventType to avoid a name conflit on OSX

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@879 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
letz 20 years ago
parent
commit
c02b49ef84
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      jack/internal.h

+ 2
- 2
jack/internal.h View File

@@ -160,10 +160,10 @@ typedef enum {
XRun,
StartFreewheel,
StopFreewheel
} EventType;
} JackEventType;

typedef struct {
EventType type;
JackEventType type;
union {
uint32_t n;
jack_port_id_t port_id;


Loading…
Cancel
Save