1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00

Refactored the linux Freetype font code and native file chooser (via zenity).

This commit is contained in:
jules 2011-09-25 21:33:38 +01:00
parent f18cb9f382
commit fce514266e
9 changed files with 314 additions and 396 deletions

View file

@ -38,3 +38,8 @@ void FileChooser::showPlatformDialog (Array<File>& results,
}
bool FileChooser::isPlatformDialogAvailable()
{
return false;
}