X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuswidget.cc;h=12b872c4a32d3267b8b91afb5099befc2506bd61;hb=77882b46dbeb1f626f052e2eb3cb200d44f3e3ff;hp=9af8b37d48ce9c520b9c348f37a753a585678bbe;hpb=d8d9b42777ace234f3471918e1210062578f8188;p=chaz%2Fopenbox 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;