Only add xqueue listener fd once, bug 6326
This commit is contained in:
parent
8944094f71
commit
4784b69bd5
1 changed files with 4 additions and 4 deletions
|
@ -329,11 +329,11 @@ gint main(gint argc, gchar **argv)
|
||||||
menu_startup(reconfigure);
|
menu_startup(reconfigure);
|
||||||
prompt_startup(reconfigure);
|
prompt_startup(reconfigure);
|
||||||
|
|
||||||
/* do this after everything is started so no events will get
|
|
||||||
missed */
|
|
||||||
xqueue_listen();
|
|
||||||
|
|
||||||
if (!reconfigure) {
|
if (!reconfigure) {
|
||||||
|
/* do this after everything is started so no events will get
|
||||||
|
missed */
|
||||||
|
xqueue_listen();
|
||||||
|
|
||||||
guint32 xid;
|
guint32 xid;
|
||||||
ObWindow *w;
|
ObWindow *w;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue