all repos — openbox @ 77882b46dbeb1f626f052e2eb3cb200d44f3e3ff

openbox fork - make it a bit more like ryudo

break when no more widgets showing
Dana Jansens danakj@orodu.net
commit

77882b46dbeb1f626f052e2eb3cb200d44f3e3ff

parent

70e2ab8017bc50fc1442f56f2b24ad18f4844686

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

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

@@ -63,6 +63,8 @@ }

while (_appwidget_count > 0) { dispatchEvents(); + if (_appwidget_count <= 0) + break; Timer::dispatchTimers(); // fire pending events } }