From 09809b78e1eadfa67065bb2cc8429f8156f342f5 Mon Sep 17 00:00:00 2001 From: Jorgen Lind Date: Fri, 10 Jan 2014 11:34:20 +0200 Subject: Make the glx backend compile again Still needs some renaming and verification, but this makes it compile at least Change-Id: Ifb7fc68e8705f235bf0edf2ae9bb38274b693d3c Reviewed-by: Laszlo Agocs --- src/plugins/hardwareintegration/client/xcomposite-glx/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/hardwareintegration/client/xcomposite-glx/main.cpp b/src/plugins/hardwareintegration/client/xcomposite-glx/main.cpp index 4beb7e6e3..751ff3189 100644 --- a/src/plugins/hardwareintegration/client/xcomposite-glx/main.cpp +++ b/src/plugins/hardwareintegration/client/xcomposite-glx/main.cpp @@ -39,8 +39,8 @@ ** ****************************************************************************/ -#include -#include "qwaylandxcompositeglxclientbufferintegration.h" +#include +#include "qwaylandxcompositeglxintegration.h" QT_BEGIN_NAMESPACE @@ -64,7 +64,7 @@ QWaylandClientBufferIntegration *QWaylandXCompositeGlxClientBufferIntegrationPlu { Q_UNUSED(paramList); if (system.toLower() == "xcomposite-glx") - return new QWaylandXCompositeGLXClientBufferIntegration(); + return new QWaylandXCompositeGLXIntegration(); return 0; } -- cgit v1.2.3