Introduction
Introduction Statistics Contact Development Disclaimer Help
there can only be one window in the event - slock - simple X display locker uti…
git clone git://git.suckless.org/slock
Log
Files
Refs
README
LICENSE
---
commit 0ff0d9f7a7156a0e0b41d5b208ae5625e3a15dab
parent 7a604ec1fae1eda36f210a28a2cf466583a9cb87
Author: Markus Teich <[email protected]>
Date: Wed, 23 Nov 2016 00:28:25 +0100
there can only be one window in the event
Diffstat:
M slock.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/slock.c b/slock.c
@@ -209,6 +209,7 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks…
XResizeWindow(dpy, locks[scree…
rre->width, rre-…
XClearWindow(dpy, locks[screen]->win);
+ break;
}
}
} else for (screen = 0; screen < nscreens; screen++)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.