From 80cd06fd9d26aa7df02f71e001b449d65bb5b7a3 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 8 Oct 2013 14:55:28 +0200 Subject: eglfs: Separate compositor and improve raster window support 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 --- src/plugins/platforms/eglfs/eglfs.pri | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/plugins/platforms/eglfs/eglfs.pri') diff --git a/src/plugins/platforms/eglfs/eglfs.pri b/src/plugins/platforms/eglfs/eglfs.pri index 4c066d6f26..390061c168 100644 --- a/src/plugins/platforms/eglfs/eglfs.pri +++ b/src/plugins/platforms/eglfs/eglfs.pri @@ -16,7 +16,8 @@ SOURCES += $$PWD/qeglfsintegration.cpp \ $$PWD/qeglfsscreen.cpp \ $$PWD/qeglfshooks_stub.cpp \ $$PWD/qeglfscursor.cpp \ - $$PWD/qeglfscontext.cpp + $$PWD/qeglfscontext.cpp \ + $$PWD/qeglfscompositor.cpp HEADERS += $$PWD/qeglfsintegration.h \ $$PWD/qeglfswindow.h \ @@ -24,7 +25,8 @@ HEADERS += $$PWD/qeglfsintegration.h \ $$PWD/qeglfsscreen.h \ $$PWD/qeglfscursor.h \ $$PWD/qeglfshooks.h \ - $$PWD/qeglfscontext.h + $$PWD/qeglfscontext.h \ + $$PWD/qeglfscompositor.h QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF -- cgit v1.2.3