eglfs refactor: move window creation into qeglfswindow
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Wed, 6 Jun 2012 20:57:09 +0000 (13:57 -0700)
committerQt by Nokia <qt-info@nokia.com>
Tue, 12 Jun 2012 02:29:49 +0000 (04:29 +0200)
commite9df01d3db83ec4ba64c99c92495e6dd0e201420
tree11ed60d01ae457b676d9be854762c58b9b178da3
parent040f30decd24c32f71f14eeaed5fdcd58b2dce3d
eglfs refactor: move window creation into qeglfswindow

This potentially allows the creation of multiple QWindows. The platform
context is now in a seperate file and the integration provides a new
instance of the context allowing creation of multiple contexts.

Change-Id: If2b6fa29b573d87c0a4cd0a8eff1f044bd1ff9b8
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/plugins/platforms/eglfs/eglfs.pro
src/plugins/platforms/eglfs/qeglfsbackingstore.cpp
src/plugins/platforms/eglfs/qeglfscontext.cpp [new file with mode: 0644]
src/plugins/platforms/eglfs/qeglfscontext.h [new file with mode: 0644]
src/plugins/platforms/eglfs/qeglfsintegration.cpp
src/plugins/platforms/eglfs/qeglfsscreen.cpp
src/plugins/platforms/eglfs/qeglfsscreen.h
src/plugins/platforms/eglfs/qeglfswindow.cpp
src/plugins/platforms/eglfs/qeglfswindow.h