From e6d9b6cd8c9eb47dc3f674c2f6856f95c1b0558d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B8rgen=20Lind?= Date: Tue, 17 Jan 2012 10:44:01 +0100 Subject: [PATCH] Make sure that subSurface extension handling in client is initialized to zero, so that if the compositor doesn't support the extension we know about it. Change-Id: Ia39a832d08fe4e2a2d94e18b84f2783206283ae4 Sanity-Review: Qt Sanity Bot Reviewed-by: Paul Olav Tvete --- src/plugins/platforms/wayland/qwaylanddisplay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/platforms/wayland/qwaylanddisplay.cpp b/src/plugins/platforms/wayland/qwaylanddisplay.cpp index a3e9452..5586f45 100644 --- a/src/plugins/platforms/wayland/qwaylanddisplay.cpp +++ b/src/plugins/platforms/wayland/qwaylanddisplay.cpp @@ -115,6 +115,7 @@ QWaylandDisplay::QWaylandDisplay(void) : mLastKeyboardFocusInputDevice(0) , mDndSelectionHandler(0) , mWindowExtension(0) + , mSubSurfaceExtension(0) , mOutputExtension(0) , mTouchExtension(0) { -- 2.7.4