From 076673dfe3d967e42c8d92b08165e2ac0e166b9b Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Wed, 20 Mar 2013 12:57:46 +0100 Subject: Fix window decorations to be thread safe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rather than have window decorations that paint directly to the paint device representing the window surface, window decorations are now generated on demand into a backing store based on their current state, and then are rendered to a surface when needed. There is still a problem with resizing though that needs to be addressed. Change-Id: I7516628239eb0f9ae46d49bcb4bb2cb94ec6a617 Reviewed-by: Jørgen Lind --- src/plugins/platforms/qwayland-egl/qwayland-egl.pro | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/platforms/qwayland-egl/qwayland-egl.pro') diff --git a/src/plugins/platforms/qwayland-egl/qwayland-egl.pro b/src/plugins/platforms/qwayland-egl/qwayland-egl.pro index cdebf9bbc..339f94616 100644 --- a/src/plugins/platforms/qwayland-egl/qwayland-egl.pro +++ b/src/plugins/platforms/qwayland-egl/qwayland-egl.pro @@ -16,11 +16,9 @@ OTHER_FILES += \ SOURCES += qwaylandeglintegration.cpp \ qwaylandglcontext.cpp \ qwaylandeglwindow.cpp \ - qwaylandegldecoration.cpp \ main.cpp HEADERS += qwaylandeglintegration.h \ qwaylandglcontext.h \ qwaylandeglwindow.h \ - qwaylandegldecoration.h \ qwaylandeglinclude.h -- cgit v1.2.3