summaryrefslogtreecommitdiff
path: root/dgl/Color.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2019-01-07 01:10:57 +0100
committerfalkTX <falktx@gmail.com>2019-01-07 01:10:57 +0100
commit204fbeb807d604042c4cd3fcb076df7906521739 (patch)
tree5954583a17cf73b4cff5f1f16357b19cb460070f /dgl/Color.hpp
parenta3006690997424238f4eac1c1f588cddb671909e (diff)
Adjustments for Cairo, and general cleanup
Signed-off-by: falkTX <falktx@gmail.com>
Diffstat (limited to 'dgl/Color.hpp')
-rw-r--r--dgl/Color.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/dgl/Color.hpp b/dgl/Color.hpp
index 62b7426d..a874f660 100644
--- a/dgl/Color.hpp
+++ b/dgl/Color.hpp
@@ -1,6 +1,6 @@
/*
* DISTRHO Plugin Framework (DPF)
- * Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com>
+ * Copyright (C) 2012-2019 Filipe Coelho <falktx@falktx.com>
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with
* or without fee is hereby granted, provided that the above copyright notice and this
@@ -19,9 +19,7 @@
#include "Base.hpp"
-#ifndef HAVE_DCAIRO
struct NVGcolor;
-#endif
START_NAMESPACE_DGL
@@ -97,14 +95,12 @@ struct Color {
*/
void fixBounds() noexcept;
-#ifndef HAVE_DCAIRO
/**
@internal
Needed for NanoVG compatibility.
*/
Color(const NVGcolor&) noexcept;
operator NVGcolor() const noexcept;
-#endif
};
// -----------------------------------------------------------------------