directfb: Move QDirectFbScreen into a separate file
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>
Fri, 18 Nov 2011 13:30:00 +0000 (21:30 +0800)
committerQt by Nokia <qt-info@nokia.com>
Thu, 24 Nov 2011 07:29:09 +0000 (08:29 +0100)
commit0948237d7f110876e143a49ebc196b69c1f5a7b2
treeb449dfa4a4de297beea683008f0db0e8b10c49ca
parentd34c8b55f34e6bb9394547718c9b333e5c44dce4
directfb: Move QDirectFbScreen into a separate file

The screen handling will get a bit more complex due the integration
of different ways to do OpenGL. Move to a new file.

Change-Id: Ibe3e397d13da1b270ec4afaf046d28be50e976f9
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
src/plugins/platforms/directfb/directfb.pro
src/plugins/platforms/directfb/qdirectfbglcontext.h
src/plugins/platforms/directfb/qdirectfbintegration.cpp
src/plugins/platforms/directfb/qdirectfbintegration.h
src/plugins/platforms/directfb/qdirectfbscreen.cpp [new file with mode: 0644]
src/plugins/platforms/directfb/qdirectfbscreen.h [new file with mode: 0644]