From 203a8d8333c8be8412289537efd490b8da0425b2 Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Fri, 24 Feb 2012 13:24:27 +0200 Subject: Build fix to raster window surface. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed typo in qwindowsurface_raster.cpp, to get rid of compile error: 'class QRasterWindowSurfacePrivate' has no member named 'needsSync' Mispelling was introduces by commit: 30dee4f4 Task-number: QTBUG-23320 Reviewed-by: Samuel Rødal Change-Id: If473289e0549b2dec440285fec1ce64030de035f Reviewed-by: Samuel Rødal --- src/gui/painting/qwindowsurface_raster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/painting/qwindowsurface_raster.cpp b/src/gui/painting/qwindowsurface_raster.cpp index ba48e7d..f01f001 100644 --- a/src/gui/painting/qwindowsurface_raster.cpp +++ b/src/gui/painting/qwindowsurface_raster.cpp @@ -97,7 +97,7 @@ QRasterWindowSurface::QRasterWindowSurface(QWidget *window, bool setDefaultSurfa d_ptr->translucentBackground = X11->use_xrender && window->x11Info().depth() == 32; #endif -#ifndef QT_NO_MITHSM +#ifndef QT_NO_MITSHM d_ptr->needsSync = false; #endif #endif -- cgit v0.12