[Libreoffice-commits] core.git: 2 commits - include/vcl

Zolnai Tamás tamas.zolnai at collabora.com
Fri Mar 14 15:59:05 PDT 2014


 include/vcl/OpenGLContext.hxx |    1 +
 include/vcl/OpenGLRender.hxx  |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f071c3f66535b5a6de7b16d7a104a278ed913942
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Fri Mar 14 23:58:13 2014 +0100

    No need to make this public
    
    Change-Id: I083e9efa15ac8c503bf616ed1f07124dfee0d9dd

diff --git a/include/vcl/OpenGLRender.hxx b/include/vcl/OpenGLRender.hxx
index 022cac8..4fabae9 100755
--- a/include/vcl/OpenGLRender.hxx
+++ b/include/vcl/OpenGLRender.hxx
@@ -94,7 +94,7 @@ typedef std::vector<GLfloat> PieSegment2DPointList;
 typedef std::vector<GLfloat> PointList;
 
 /// Holds the information of our new child window
-struct VCLOPENGL_DLLPUBLIC GLWindow
+struct GLWindow
 {
 #if defined( _WIN32 )
     HWND                    hWnd;
commit 954e3374d0051eb0ed77e47c703b40e8d30f9d50
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Fri Mar 14 23:41:11 2014 +0100

    Missing include
    
    Change-Id: I16860a5cef198ff79aad326b02a56587ead45697

diff --git a/include/vcl/OpenGLContext.hxx b/include/vcl/OpenGLContext.hxx
index 3731568..9aa8341 100644
--- a/include/vcl/OpenGLContext.hxx
+++ b/include/vcl/OpenGLContext.hxx
@@ -12,6 +12,7 @@
 
 #include <vcl/vclopengl_dllapi.hxx>
 #include <vcl/OpenGLRender.hxx>
+#include <boost/scoped_ptr.hpp>
 
 class VCLOPENGL_DLLPUBLIC OpenGLContext
 {


More information about the Libreoffice-commits mailing list