From 8adc0f3af7f343991a3584cecb3183e1df855484 Mon Sep 17 00:00:00 2001 From: sabetts Date: Fri, 30 Jan 2004 18:52:07 +0000 Subject: xsync call --- src/actions.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/actions.c') diff --git a/src/actions.c b/src/actions.c index f8f0d41..98cf640 100644 --- a/src/actions.c +++ b/src/actions.c @@ -3234,6 +3234,10 @@ cmd_tmpwm (int interactive, char *data) child = waitpid (pid, &status, 0); } while (child != pid); + /* This xsync seems to be needed. Otherwise, the following code dies + because X thinks another WM is running. */ + XSync (dpy, False); + /* Enable the event selection on the root window. */ for (i=0; i