Hi,
I'm using WebKit to display a slideshow of sorts, and I'd like to completely circumvent the use of widgets when painting these slides to the framebuffer to save linking against any Gui libraries. Is this possible or have I missed a trick in understanding the painting system?
I identified that you could specify PaintDevices other than a Widget to Paint on, but are any of these suitable for actually rendering my assets onto the fb?

Thanks,

DaRab