This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
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
56bd28169a
commit
c02b49ef84
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
jack/internal.h
+ 2
- 2
jack/internal.h
View File
@@ -160,10 +160,10 @@ typedef enum {
XRun,
StartFreewheel,
StopFreewheel
} EventType;
}
Jack
EventType;
typedef struct {
EventType type;
Jack
EventType type;
union {
uint32_t n;
jack_port_id_t port_id;
Write
Preview
Loading…
Cancel
Save