Is it possible for juce to do a non compositing window? I need once since not all VST plugins on the ppc mac support compositing windows and they crash my vst host since all juce windows are compositing. I disabled setting the compositing flag, but then GetRootControl fails and then the window shows up transparent.
There are tests for isCompositingWindow in juce_Windowing.cpp, so I assume it was was supported or might be supported one day.
I’m still using juce 1.38 if that matters