changeset: 1337:c4ecef7983b8
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Mon Aug 18 19:28:57 2008 +0100
files: dwm.c
description:
Martin Hurtons typo fix
diff -r 6ed902a28221 -r c4ecef7983b8 dwm.c
--- a/dwm.c Mon Aug 18 19:23:03 2008 +0100
+++ b/dwm.c Mon Aug 18 19:28:57 2008 +0100
@@ -1128,7 +1128,7 @@
return;
XWarpPointer(dpy, None, c->win, 0, 0, 0, 0, c->w + c->bw - 1, c->h + c->bw - 1);
do {
- XMaskEvent(dpy, MOUSEMASK|ExposureMask|SubstructureRedirectMask , &ev);
+ XMaskEvent(dpy, MOUSEMASK|ExposureMask|SubstructureRedirectMask, &ev);
switch(ev.type) {
case ConfigureRequest:
case Expose:
Received on Mon Aug 18 2008 - 18:29:02 UTC
This archive was generated by hypermail 2.2.0 : Mon Aug 18 2008 - 18:36:11 UTC