]> Dogcows Code - chaz/openbox/blobdiff - otk/focuswidget.cc
otk using new render shit.. supposedly
[chaz/openbox] / otk / focuswidget.cc
index c3629bbbc348fa849f6c9672c80a635533581439..12b872c4a32d3267b8b91afb5099befc2506bd61 100644 (file)
@@ -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;
This page took 0.023323 seconds and 4 git commands to generate.