all repos — openbox @ 2efa2b32717af9583b17416623cbd6606f547676

openbox fork - make it a bit more like ryudo

blef
Marius Nita marius@cs.pdx.edu
commit

2efa2b32717af9583b17416623cbd6606f547676

parent

0cb338e00d0af4a8b84012e491d464084bc58493

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M otk/focuswidget.ccotk/focuswidget.cc

@@ -20,6 +20,8 @@ {

if (_focused) return; + // XXX: what about OtkWidget::focus() + assert(_focus_texture); OtkWidget::setTexture(_focus_texture); OtkWidget::update();