diff options
Diffstat (limited to 'otk/rendertexture.hh')
| -rw-r--r-- | otk/rendertexture.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/otk/rendertexture.hh b/otk/rendertexture.hh index 8e588558..54fbd9c2 100644 --- a/otk/rendertexture.hh +++ b/otk/rendertexture.hh @@ -70,10 +70,10 @@ public: RenderTexture(int screen, bool parent_relative, ReliefType relief, BevelType bevel, bool border, GradientType gradient, bool interlaced, - const RenderColor::RGB &color, - const RenderColor::RGB &secondary_color, - const RenderColor::RGB &border_color, - const RenderColor::RGB &interlace_color) + const RGB &color, + const RGB &secondary_color, + const RGB &border_color, + const RGB &interlace_color) : _screen(screen), _parent_relative(parent_relative), _relief(relief), |
