That reminded me to ask a related question...
In PF0.7, I used
Surface * fbt = display->GetFrontBuffer();
to grab the entire screen before the app drew anything - in order to make a splashscreen effect.
In PF0.8, this doesn't work. Is there any way to get the current image of the PPC. It's not really needed, but allows some neat tricks to be done...