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/qeglfsscreen.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/plugins/platforms/eglfs/qeglfsscreen.h') diff --git a/src/plugins/platforms/eglfs/qeglfsscreen.h b/src/plugins/platforms/eglfs/qeglfsscreen.h index 9b67e29763..518a5c6478 100644 --- a/src/plugins/platforms/eglfs/qeglfsscreen.h +++ b/src/plugins/platforms/eglfs/qeglfsscreen.h @@ -67,17 +67,10 @@ public: QPlatformOpenGLContext *platformContext() const; - EGLSurface surface() const { return m_surface; } EGLDisplay display() const { return m_dpy; } private: - void createAndSetPlatformContext() const; - void createAndSetPlatformContext(); - EGLDisplay m_dpy; - QPlatformOpenGLContext *m_platformContext; - EGLSurface m_surface; - EGLNativeWindowType m_window; QEglFSCursor *m_cursor; }; -- cgit v1.2.3