Re: menu bug solved? --- "restart" failing & other mysterious bugs



mmc maruska dyndns org (Michal Maruška) writes:


> same error (implicit Xflush instead of Xsync) is behind the occasional failure of
> "restart" command, with the error message "You may only run one window manager".
>
> that is src/display.c
> sys_kill (void):
>
> + XSync(dpy,TRUE);
> XCloseDisplay (dpy);

and i forgot the important part:

+ XSelectInput (dpy, root_window, NoEventMask);
XSync(dpy,TRUE);




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]