comparison 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
comparison
equal deleted inserted replaced
78:0d71fb80b592 79:aabebd6e61f3
129 e.xclient.message_type = a; 129 e.xclient.message_type = a;
130 e.xclient.format = 32; 130 e.xclient.format = 32;
131 e.xclient.data.l[0] = value; 131 e.xclient.data.l[0] = value;
132 e.xclient.data.l[1] = CurrentTime; 132 e.xclient.data.l[1] = CurrentTime;
133 XSendEvent(dpy, w, False, NoEventMask, &e); 133 XSendEvent(dpy, w, False, NoEventMask, &e);
134 XFlush(dpy); 134 XSync(dpy, False);
135 } 135 }
136 136
137 void 137 void
138 quit(Arg *arg) 138 quit(Arg *arg)
139 { 139 {