From 033e9843bcec8340c9e657fe0f0519f86075424b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 22 Jan 2003 22:46:16 +0000 Subject: otk using new render shit.. supposedly --- otk/focuswidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/focuswidget.cc') diff --git a/otk/focuswidget.cc b/otk/focuswidget.cc index 9af8b37d..12b872c4 100644 --- a/otk/focuswidget.cc +++ b/otk/focuswidget.cc @@ -55,7 +55,7 @@ void FocusWidget::setTexture(RenderTexture *texture) _focus_texture = texture; } -void FocusWidget::setBorderColor(const Color *color) +void FocusWidget::setBorderColor(const RenderColor *color) { Widget::setBorderColor(color); _focus_bcolor = color; -- cgit v1.2.3