all repos — openbox @ ae269d77ca816dd6b05f20017dab012750636b90

openbox fork - make it a bit more like ryudo

fix a comment
Dana Jansens danakj@orodu.net
commit

ae269d77ca816dd6b05f20017dab012750636b90

parent

bba37f0cd103e033d77ed24cc1da92aa3d57f778

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

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

@@ -1727,7 +1727,7 @@ win = g_hash_table_lookup(window_map, &e->xany.window);

if (win && WINDOW_IS_CLIENT(win)) ++(*count); } - return False; /* don't disrupt the focus order, just count them */ + return False; /* don't disrupt the queue order, just count them */ } void event_ignore_queued_enters()