summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/directfb/qdirectfbscreen.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2011-12-05 22:30:32 +0800
committerQt by Nokia <qt-info@nokia.com>2011-12-06 20:14:10 +0100
commitf091eccf9124f951fc41cfaa6b4be68e7379a5d6 (patch)
tree39543dc0c7e68a9887affa1cb79553d0aea62929 /src/plugins/platforms/directfb/qdirectfbscreen.h
parente68642fe1003467f1483dd8ddb2528cd3136042e (diff)
directfbegl: Add unimplemented QDirectFbWindow::eglSurface, build fix
QDirectFbScreen needs to have the full QDirectFbCursor definition, include the header file directly instead of a forward declaration. Impelement QDirectFbWindowEGL::eglSurface to return the EGLSurface of the underlying DirectFBWindow. Change-Id: Ib6765331ffea6e0b5f10f738d9e05320b7f8155f Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'src/plugins/platforms/directfb/qdirectfbscreen.h')
-rw-r--r--src/plugins/platforms/directfb/qdirectfbscreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/directfb/qdirectfbscreen.h b/src/plugins/platforms/directfb/qdirectfbscreen.h
index b719146c90..b9d53beaa5 100644
--- a/src/plugins/platforms/directfb/qdirectfbscreen.h
+++ b/src/plugins/platforms/directfb/qdirectfbscreen.h
@@ -43,6 +43,7 @@
#define QDIRECTFBSCREEN_H
#include "qdirectfbconvenience.h"
+#include "qdirectfbcursor.h"
#include <QtGui/QPlatformIntegration>
@@ -50,7 +51,6 @@
QT_BEGIN_NAMESPACE
-class QDirectFBCursor;
class QDirectFbScreen : public QPlatformScreen
{