mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Fixed an MS compile problem. Added code to add an audio stream to a camera file recorded on the mac to avoid a movie rate bug in some quicktime versions. Added a linux makefile for the amalgamator.
This commit is contained in:
parent
2343dcdcee
commit
68e04b453d
10 changed files with 291 additions and 7 deletions
|
|
@ -100,7 +100,7 @@ static bool juce_requestSelectionContent (String &selection_content, Atom select
|
|||
|
||||
// The selection owner will be asked to set the JUCE_SEL property on the
|
||||
// juce_messageWindowHandle with the selection content
|
||||
XConvertSelection (display, selection, requested_format, property_name,
|
||||
XConvertSelection (display, selection, requested_format, property_name,
|
||||
juce_messageWindowHandle, CurrentTime);
|
||||
|
||||
int timeoutMs = 200; // will wait at most for 200 ms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue