summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfscompositor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* eglfs: Separate compositor and improve raster window supportLaszlo Agocs2013-10-091-0/+198
Separating the compositor into a separate source file improves the chances of possible future reuse and paves the way to supporting multiple GL windows. Tooltips are now working too. Implemented a few window functions like raise() and lower(). Fixed the qFatal for multiple GL windows to be raised in non-SDK based Android builds too. Change-Id: Id94d2fb2a4382766f3d130eebe1e6f397a535852 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>