all repos — openbox @ 0f018ecea0a14bb527a3b661ca4b69d5b1aebb4f

openbox fork - make it a bit more like ryudo

fix a comment
Dana Jansens danakj@orodu.net
commit

0f018ecea0a14bb527a3b661ca4b69d5b1aebb4f

parent

13df16a6815594821e94b9764d152ecc293bc71c

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

jump to
M openbox/screen.copenbox/screen.c

@@ -480,7 +480,7 @@ client_set_desktop(moveresize_client, num, TRUE);

/* show windows before hiding the rest to lessen the enter/leave events */ - /* show/hide windows from top to bottom */ + /* show windows from top to bottom */ for (it = stacking_list; it; it = g_list_next(it)) { if (WINDOW_IS_CLIENT(it->data)) { ObClient *c = it->data;