]> Dogcows Code - chaz/openbox/blobdiff - otk/focuswidget.cc
better historyplacement
[chaz/openbox] / otk / focuswidget.cc
index 9af8b37d48ce9c520b9c348f37a753a585678bbe..e3973dc233d81b40b1607114c1513a54187ce322 100644 (file)
@@ -20,7 +20,7 @@ FocusWidget::~FocusWidget()
 {
 }
 
-#include <stdio.h>
+
 void FocusWidget::focus(void)
 {
   if (_focused)
@@ -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;
This page took 0.023693 seconds and 4 git commands to generate.