diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-27 13:42:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-27 13:42:41 +0000 |
| commit | 5face4c6f35172761367f63ac0b6eaf62d84e532 (patch) | |
| tree | 061851b68cc6e2d645b5966f76fa4ad0d300af92 /otk/rendertexture.hh | |
| parent | 5168a8add5ed46f74b615ecc60738c1113606734 (diff) | |
use otk objects in the ob scripts by importing otk
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), |
