]> Dogcows Code - chaz/openbox/blobdiff - otk/widget.cc
linear focus cycling
[chaz/openbox] / otk / widget.cc
index 154fc92cd6faa698a1fcbde220634873a4981581..69a86237ec407cdccf8ceb412a12204c7e54d61a 100644 (file)
@@ -259,15 +259,12 @@ void Widget::ungrabKeyboard(void)
 void Widget::render(void)
 {
   if (!_texture) return;
-  printf("RENDER\n");
 
   Surface *s = _surface; // save the current surface
   
   _surface = new Surface(_screen, _rect.size());
   display->renderControl(_screen)->drawBackground(*_surface, *_texture);
 
-  if (dynamic_cast<FocusLabel*>(this))
-    printf("IM A FOCUSLABEL RENDERING\n");
   renderForeground(); // for inherited types to render onto the _surface
 
   XSetWindowBackgroundPixmap(**display, _window, _surface->pixmap());
This page took 0.022428 seconds and 4 git commands to generate.