From e9df01d3db83ec4ba64c99c92495e6dd0e201420 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 6 Jun 2012 13:57:09 -0700 Subject: eglfs refactor: move window creation into qeglfswindow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Samuel Rødal --- src/plugins/platforms/eglfs/eglfs.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/plugins/platforms/eglfs/eglfs.pro') diff --git a/src/plugins/platforms/eglfs/eglfs.pro b/src/plugins/platforms/eglfs/eglfs.pro index 0c11a69aca..f22ccc55d2 100644 --- a/src/plugins/platforms/eglfs/eglfs.pro +++ b/src/plugins/platforms/eglfs/eglfs.pro @@ -20,14 +20,16 @@ SOURCES = main.cpp \ qeglfsbackingstore.cpp \ qeglfsscreen.cpp \ qeglfshooks_stub.cpp \ - qeglfscursor.cpp + qeglfscursor.cpp \ + qeglfscontext.cpp HEADERS = qeglfsintegration.h \ qeglfswindow.h \ qeglfsbackingstore.h \ qeglfsscreen.h \ qeglfscursor.h \ - qeglfshooks.h + qeglfshooks.h \ + qeglfscontext.h QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF -- cgit v1.2.3