src/opengl/qgl_wince.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
child 7 f7bc934e204c
--- a/src/opengl/qgl_wince.cpp	Tue Jan 26 12:42:25 2010 +0200
+++ b/src/opengl/qgl_wince.cpp	Tue Feb 02 00:43:10 2010 +0200
@@ -54,9 +54,9 @@
 
 #include <windows.h>
 
-#include "qegl_p.h"
-#include "qgl_egl_p.h"
-#include "qgl_cl_p.h"
+#include <private/qegl_p.h>
+#include <private/qgl_egl_p.h>
+#include <private/qgl_cl_p.h>
 
 
 QT_BEGIN_NAMESPACE
@@ -166,6 +166,9 @@
         d->eglContext = 0;
         return false;
     }
+    d->sharing = d->eglContext->isSharing();
+    if (d->sharing && shareContext)
+        const_cast<QGLContext *>(shareContext)->d_func()->sharing = true;
 
 #if defined(EGL_VERSION_1_1)
     if (d->glFormat.swapInterval() != -1 && devType == QInternal::Widget)