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
fix jack_session_event_t typedef
tags/0.120.1
Torben Hohn
16 years ago
parent
63ab0f236b
commit
f57e4b0490
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
jack/session.h
+ 1
- 1
jack/session.h
View File
@@ -55,7 +55,7 @@ enum JackSessionEventType {
JackSessionSaveTemplate = 3
};
typedef enum JackSessionEvent jack_session_event_type_t;
typedef enum JackSessionEvent
Type
jack_session_event_type_t;
struct _jack_session_event {
/**
Write
Preview
Loading…
Cancel
Save