mirror of
git://git.suckless.org/dwm
synced 2025-08-04 06:02:20 -07:00
Martin Hurtons typo fix
This commit is contained in:
2
dwm.c
2
dwm.c
@@ -1128,7 +1128,7 @@ resizemouse(const Arg *arg) {
|
|||||||
return;
|
return;
|
||||||
XWarpPointer(dpy, None, c->win, 0, 0, 0, 0, c->w + c->bw - 1, c->h + c->bw - 1);
|
XWarpPointer(dpy, None, c->win, 0, 0, 0, 0, c->w + c->bw - 1, c->h + c->bw - 1);
|
||||||
do {
|
do {
|
||||||
XMaskEvent(dpy, MOUSEMASK|ExposureMask|SubstructureRedirectMask , &ev);
|
XMaskEvent(dpy, MOUSEMASK|ExposureMask|SubstructureRedirectMask, &ev);
|
||||||
switch(ev.type) {
|
switch(ev.type) {
|
||||||
case ConfigureRequest:
|
case ConfigureRequest:
|
||||||
case Expose:
|
case Expose:
|
||||||
|
Reference in New Issue
Block a user