From ba5dd0d6c04233fa08aaa1a1813b0c122199c7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Wed, 15 Feb 2012 17:08:20 +0100 Subject: Added QPlatformScreenBuffer And moved the pageflipper into its own file Done with: Paul Change-Id: I0af34075ce8673a66025cb761c0fe4ff6c0ab0fe Reviewed-by: Jason Barron --- src/gui/kernel/qplatformscreen_qpa.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/gui/kernel/qplatformscreen_qpa.h') diff --git a/src/gui/kernel/qplatformscreen_qpa.h b/src/gui/kernel/qplatformscreen_qpa.h index e4b9b762b1..7d74698074 100644 --- a/src/gui/kernel/qplatformscreen_qpa.h +++ b/src/gui/kernel/qplatformscreen_qpa.h @@ -63,21 +63,12 @@ class QPlatformBackingStore; class QPlatformOpenGLContext; class QPlatformScreenPrivate; class QPlatformWindow; +class QPlatformScreenPageFlipper; class QScreen; class QSurfaceFormat; typedef QPair QDpi; -class Q_GUI_EXPORT QPlatformScreenPageFlipper : public QObject -{ - Q_OBJECT -public: - virtual bool displayBuffer(void *bufferHandle) = 0; - - signals: - void bufferDisplayed(void *bufferHandle); - void bufferReleased(void *bufferHandle); -}; class Q_GUI_EXPORT QPlatformScreen { -- cgit v1.2.3