winpl

LD_PRELOAD-based X11 window manipulator
git clone https://git.sinitax.com/sinitax/winpl
Log | Files | Refs | LICENSE | sfeed.txt

commit 8c786236c25d5ff294d39ace7378ccfe172b1ce9
parent 77139d9a2c55c6ec4fb9b0a8e82352e6775fcb8a
Author: Louis Burda <quent.burda@gmail.com>
Date:   Sat, 21 May 2022 01:08:47 +0200

Removed unused macro

Diffstat:
Mwinpl.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/winpl.c b/winpl.c @@ -100,9 +100,6 @@ monitor_from_pointer(XineramaScreenInfo *info, int mcount, return screen; } -#define INTERSECT(x,y,w,h,r) ( - - int monitor_from_focussed(Display *display, XineramaScreenInfo *info, int mcount) {