mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added preliminary support for FreeBSD
This commit is contained in:
parent
241bb8d430
commit
79fbde7099
79 changed files with 507 additions and 242 deletions
|
|
@ -144,7 +144,7 @@ int NativeImageType::getTypeID() const
|
|||
return 1;
|
||||
}
|
||||
|
||||
#if JUCE_WINDOWS || JUCE_LINUX
|
||||
#if JUCE_WINDOWS || JUCE_LINUX || JUCE_BSD
|
||||
ImagePixelData::Ptr NativeImageType::create (Image::PixelFormat format, int width, int height, bool clearImage) const
|
||||
{
|
||||
return new SoftwarePixelData (format, width, height, clearImage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue