@@ -17,7 +17,7 @@ | |||||
#ifndef DGL_IMAGE_WIDGETS_HPP_INCLUDED | #ifndef DGL_IMAGE_WIDGETS_HPP_INCLUDED | ||||
#define DGL_IMAGE_WIDGETS_HPP_INCLUDED | #define DGL_IMAGE_WIDGETS_HPP_INCLUDED | ||||
#include "OpenGL.hpp" | |||||
#include "Image.hpp" | |||||
START_NAMESPACE_DGL | START_NAMESPACE_DGL | ||||
@@ -25,6 +25,9 @@ | |||||
#include "WidgetPrivateData.hpp" | #include "WidgetPrivateData.hpp" | ||||
#include "WindowPrivateData.hpp" | #include "WindowPrivateData.hpp" | ||||
// templated classes | |||||
#include "ImageBaseWidgets.cpp" | |||||
START_NAMESPACE_DGL | START_NAMESPACE_DGL | ||||
// ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
@@ -799,10 +802,3 @@ const GraphicsContext& Window::PrivateData::getGraphicsContext() const noexcept | |||||
// ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
END_NAMESPACE_DGL | END_NAMESPACE_DGL | ||||
// ----------------------------------------------------------------------- | |||||
// templated classes | |||||
#include "ImageBaseWidgets.cpp" | |||||
// ----------------------------------------------------------------------- |
@@ -24,6 +24,9 @@ | |||||
#include "WidgetPrivateData.hpp" | #include "WidgetPrivateData.hpp" | ||||
#include "WindowPrivateData.hpp" | #include "WindowPrivateData.hpp" | ||||
// templated classes | |||||
#include "ImageBaseWidgets.cpp" | |||||
START_NAMESPACE_DGL | START_NAMESPACE_DGL | ||||
// ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
@@ -652,10 +655,3 @@ const GraphicsContext& Window::PrivateData::getGraphicsContext() const noexcept | |||||
// ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
END_NAMESPACE_DGL | END_NAMESPACE_DGL | ||||
// ----------------------------------------------------------------------- | |||||
// templated classes | |||||
#include "ImageBaseWidgets.cpp" | |||||
// ----------------------------------------------------------------------- |