dwm-meillo

diff main.c @ 79:aabebd6e61f3

fixed XSync handling and finished man page
author Anselm R. Garbe <garbeam@wmii.de>
date Sat, 15 Jul 2006 18:51:44 +0200
parents 0d71fb80b592
children 052fe7498930
line diff
     1.1 --- a/main.c	Sat Jul 15 18:11:14 2006 +0200
     1.2 +++ b/main.c	Sat Jul 15 18:51:44 2006 +0200
     1.3 @@ -131,7 +131,7 @@
     1.4  	e.xclient.data.l[0] = value;
     1.5  	e.xclient.data.l[1] = CurrentTime;
     1.6  	XSendEvent(dpy, w, False, NoEventMask, &e);
     1.7 -	XFlush(dpy);
     1.8 +	XSync(dpy, False);
     1.9  }
    1.10  
    1.11  void