This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix missing declaration
Signed-off-by: falkTX <falktx@gmail.com>
tags/v2.1-alpha2
falkTX
5 years ago
parent
ada9445338
commit
681fd1dd54
Signed by:
falkTX
<falktx@gmail.com>
GPG Key ID:
2D3445A829213837
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/includes/CarlaLibJackHints.h
+ 2
- 0
source/includes/CarlaLibJackHints.h
View File
@@ -49,6 +49,8 @@ enum InterposerAction {
LIBJACK_INTERPOSER_ACTION_CLOSE_EVERYTHING,
};
int jack_carla_interposed_action(uint action, uint value, void* ptr);
#ifdef __cplusplus
}
#endif
Write
Preview
Loading…
Cancel
Save