From 83e1b0a8f41f593131ab4061f6e1d5341098b4d5 Mon Sep 17 00:00:00 2001 From: uint Date: Sun, 14 Dec 2025 18:52:35 +0000 Subject: add other capture modes, allow window and selection cursor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e992767..8bda4d4 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MANPREFIX = ${PREFIX}/share/man # libs # remove the Xinerama parts if you don't want Xinerama support -LIBS = -lX11 -lXINERAMA +LIBS = -lX11 -lXinerama CPPFLAGS = -DXINERAMA # flags -- cgit v1.2.3