From d8d9b42777ace234f3471918e1210062578f8188 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 20 Jan 2003 06:11:12 +0000 Subject: widegt using new render system --- 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 c3629bbb..9af8b37d 100644 --- a/otk/focuswidget.cc +++ b/otk/focuswidget.cc @@ -49,7 +49,7 @@ void FocusWidget::unfocus(void) update(); } -void FocusWidget::setTexture(Texture *texture) +void FocusWidget::setTexture(RenderTexture *texture) { Widget::setTexture(texture); _focus_texture = texture; -- cgit v1.2.3