Commit: 9ba6ce9e9e082432455990d77caf1044e9ef7d7d Parent: 3dada27302f8bef331864b3d37fe5ba07b98ffad Author: Fabian Foerg Date: Tue, 31 May 2022 21:14:21 -0400 Trim xsct.c lead comment Diffstat:
M | xsct.c | | | 15 | --------------- |
1 file changed, 0 insertions(+), 15 deletions(-)
diff --git a/xsct.c b/xsct.c @@ -1,22 +1,7 @@ /* * xsct - X11 set color temperature * - * Original code published by Ted Unangst: - * http://www.tedunangst.com/flak/post/sct-set-color-temperature - * - * Modified by Fabian Foerg in order to: - * - compile on Ubuntu 14.04 - * - iterate over all screens of the default display and change the color - * temperature - * - fix memleaks - * - clean up code - * - return EXIT_SUCCESS - * * Public domain, do as you wish. - * - * Compile the code using the following command: - * gcc -Wall -Wextra -Werror -pedantic -std=c99 -O2 -I /usr/X11R6/include xsct.c -o xsct -L /usr/X11R6/lib -lX11 -lXrandr -lm -s - * */ #include <X11/Xatom.h>