Fix for hosting some linux vst windows

I found 2 issues when hosting linux vst plugin windows using juce code:

- some guis will have their bottom cut off
see http://i.imgur.com/ZGBntkN.png

- when not using native titlebar the window is still resizable via WM
see http://i.imgur.com/MKFRD6G.png, note the "resize" option is not greyed out.

 

Fixed those just now, patch here:
https://github.com/DISTRHO/juce/commit/8c86790e2db6fbecdcae5dd4aecf0d8f95fb46d5.patch

You can see both fixed here http://i.imgur.com/TLC1dKx.png :D

+1

Thanks, will take a look at that today!