Hi Gerald
>Is there any way to check if the program is currently on a retina display
>(using trunk)?
I'm currently working on this, right now I could add this to wxDC
the native method is named backingScaleFactor, so we could name it
wxDC::GetBackingScaleFactor, this would return 2 eg for a dc of a window
on a retina screen.
Best,
Stefan