all repos — openbox @ 4784b69bd5316f913ac5dd0a623e51a4d94a4ad6

openbox fork - make it a bit more like ryudo

Only add xqueue listener fd once, bug 6326
Mikael Magnusson mikachu@gmail.com
commit

4784b69bd5316f913ac5dd0a623e51a4d94a4ad6

parent

8944094f7164e2649a235fc699cc03b99355a0c8

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

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

@@ -329,11 +329,11 @@ menu_frame_startup(reconfigure);

menu_startup(reconfigure); prompt_startup(reconfigure); - /* do this after everything is started so no events will get - missed */ - xqueue_listen(); - if (!reconfigure) { + /* do this after everything is started so no events will get + missed */ + xqueue_listen(); + guint32 xid; ObWindow *w;