From 24fa39b8618887a0e6bfeda1b83391361887cc21 Mon Sep 17 00:00:00 2001 From: Tristan Simas Date: Wed, 13 May 2020 17:06:41 -0400 Subject: added the xclearwin patch to fix dirty borders after changing colors --- win.h | 1 + 1 file changed, 1 insertion(+) (limited to 'win.h') diff --git a/win.h b/win.h index a6ef1b9..d7b4980 100644 --- a/win.h +++ b/win.h @@ -37,3 +37,4 @@ void xsetpointermotion(int); void xsetsel(char *); int xstartdraw(void); void xximspot(int, int); +void xclearwin(void); -- cgit v1.2.3