From 2f96fb1beec5251e27381c09d0ad810c6e829c37 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 9 Sep 2014 10:06:45 +0200 Subject: Add an option to share between TLWs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-41191 Change-Id: I510d1631926ed0d9e371703d22229aed92432aa6 Reviewed-by: Jørgen Lind --- src/gui/kernel/qopenglcontext.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/kernel/qopenglcontext.cpp') diff --git a/src/gui/kernel/qopenglcontext.cpp b/src/gui/kernel/qopenglcontext.cpp index 6b2bb092b1..be8fa2415d 100644 --- a/src/gui/kernel/qopenglcontext.cpp +++ b/src/gui/kernel/qopenglcontext.cpp @@ -245,8 +245,9 @@ QMutex QOpenGLContextPrivate::makeCurrentTrackerMutex; /*! \internal - This function is used by the Qt WebEngine to set up context sharing - across multiple windows. Do not use it for any other purpose. + This function is used by Qt::AA_ShareOpenGLContexts and the Qt + WebEngine to set up context sharing across multiple windows. Do + not use it for any other purpose. Please maintain the binary compatibility of these functions. */ -- cgit v1.2.3