From 16f60c2b10a168255d8ed2675c4ef7eb092268b3 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Sun, 27 Aug 2023 20:54:30 +0200 Subject: Updated to currently used version --- slock.c.rej | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'slock.c.rej') diff --git a/slock.c.rej b/slock.c.rej index cad6d5a..5eb25a3 100644 --- a/slock.c.rej +++ b/slock.c.rej @@ -1,10 +1,18 @@ --- slock.c +++ slock.c -@@ -18,6 +18,7 @@ +@@ -15,6 +15,7 @@ + #include + #include + #include ++#include #include #include #include -+#include - - #include "arg.h" - #include "util.h" +@@ -323,6 +453,7 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens, + locks[screen]->win, + locks[screen]->colors[color]); + XClearWindow(dpy, locks[screen]->win); ++ writemessage(dpy, locks[screen]->win, screen); + } + oldc = color; + } -- cgit v1.2.3