summaryrefslogtreecommitdiff
path: root/otk/focuswidget.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-20 06:11:12 +0000
committerDana Jansens <danakj@orodu.net>2003-01-20 06:11:12 +0000
commitd8d9b42777ace234f3471918e1210062578f8188 (patch)
tree915e9aa986ba44dda4c357bc834c68b4dc550525 /otk/focuswidget.cc
parent0ba441fe8f379ec506000f7fa29f867cb6bc0d51 (diff)
widegt using new render system
Diffstat (limited to 'otk/focuswidget.cc')
-rw-r--r--otk/focuswidget.cc2
1 files changed, 1 insertions, 1 deletions
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;