summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-05-31 15:47:02 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2011-05-31 15:57:03 +0200
commitd0beb0d95b63c230e965cf151a39ac6e7b779ae9 (patch)
tree4dc437b0c75684e9ea6a22277953f3ba5ca661d2 /src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.h
parent9bd270f64d2eb481130663c4035f4097857c89c3 (diff)
Fix the egl path for xcb and wayland plugins
Reviewed-by: Samuel Rødal
Diffstat (limited to 'src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.h')
-rw-r--r--src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.h b/src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.h
index 9d9dd53e0b..528faf07c5 100644
--- a/src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.h
+++ b/src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.h
@@ -44,8 +44,6 @@
#include <QtGui/QPlatformGLContext>
-#include <QtCore/QWaitCondition>
-
#include "qwaylandbuffer.h"
#include "qwaylandxcompositeeglintegration.h"
@@ -61,7 +59,7 @@ public:
void swapBuffers();
void* getProcAddress(const QString& procName);
- QPlatformWindowFormat platformWindowFormat() const;
+ QWindowFormat windowFormat() const;
void geometryChanged();