X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuswidget.cc;h=12b872c4a32d3267b8b91afb5099befc2506bd61;hb=3fe7bded58fb82fd2c1c2a5f9ad2e8f453fa0609;hp=c3629bbbc348fa849f6c9672c80a635533581439;hpb=8f8acc24933830d4f5784616b9b0c5896bde0b93;p=chaz%2Fopenbox diff --git a/otk/focuswidget.cc b/otk/focuswidget.cc index c3629bbb..12b872c4 100644 --- a/otk/focuswidget.cc +++ b/otk/focuswidget.cc @@ -49,13 +49,13 @@ void FocusWidget::unfocus(void) update(); } -void FocusWidget::setTexture(Texture *texture) +void FocusWidget::setTexture(RenderTexture *texture) { Widget::setTexture(texture); _focus_texture = texture; } -void FocusWidget::setBorderColor(const Color *color) +void FocusWidget::setBorderColor(const RenderColor *color) { Widget::setBorderColor(color); _focus_bcolor = color;