summaryrefslogtreecommitdiff
path: root/otk/rendercolor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/rendercolor.hh')
-rw-r--r--otk/rendercolor.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/otk/rendercolor.hh b/otk/rendercolor.hh
index 6000646a..1152e767 100644
--- a/otk/rendercolor.hh
+++ b/otk/rendercolor.hh
@@ -11,6 +11,7 @@ extern "C" {
namespace otk {
class RenderColor {
+public:
struct RGB {
int r;
int g;
@@ -22,7 +23,8 @@ class RenderColor {
g((color >> 8) & 0xff),
b((color) & 0xff) {}
};
-
+
+private:
struct CacheItem {
GC gc;
int count;