Browse Source

More backwards compat fixes

pull/272/head
falkTX 4 years ago
parent
commit
2daf92818b
3 changed files with 7 additions and 15 deletions
  1. +1
    -1
      dgl/ImageWidgets.hpp
  2. +3
    -7
      dgl/src/Cairo.cpp
  3. +3
    -7
      dgl/src/OpenGL.cpp

+ 1
- 1
dgl/ImageWidgets.hpp View File

@@ -17,7 +17,7 @@
#ifndef DGL_IMAGE_WIDGETS_HPP_INCLUDED
#define DGL_IMAGE_WIDGETS_HPP_INCLUDED

#include "OpenGL.hpp"
#include "Image.hpp"

START_NAMESPACE_DGL



+ 3
- 7
dgl/src/Cairo.cpp View File

@@ -25,6 +25,9 @@
#include "WidgetPrivateData.hpp"
#include "WindowPrivateData.hpp"

// templated classes
#include "ImageBaseWidgets.cpp"

START_NAMESPACE_DGL

// -----------------------------------------------------------------------
@@ -799,10 +802,3 @@ const GraphicsContext& Window::PrivateData::getGraphicsContext() const noexcept
// -----------------------------------------------------------------------

END_NAMESPACE_DGL

// -----------------------------------------------------------------------
// templated classes

#include "ImageBaseWidgets.cpp"

// -----------------------------------------------------------------------

+ 3
- 7
dgl/src/OpenGL.cpp View File

@@ -24,6 +24,9 @@
#include "WidgetPrivateData.hpp"
#include "WindowPrivateData.hpp"

// templated classes
#include "ImageBaseWidgets.cpp"

START_NAMESPACE_DGL

// -----------------------------------------------------------------------
@@ -652,10 +655,3 @@ const GraphicsContext& Window::PrivateData::getGraphicsContext() const noexcept
// -----------------------------------------------------------------------

END_NAMESPACE_DGL

// -----------------------------------------------------------------------
// templated classes

#include "ImageBaseWidgets.cpp"

// -----------------------------------------------------------------------

Loading…
Cancel
Save