xrectdraw

Draw geometry of a rectangular screen region
git clone https://noxz.tech/git/xrectdraw.git
Log | Files | README | LICENSE

config.def.h
1 /* See LICENSE file for copyright and license details. */
2#define BORDER_TOP      1
3#define BORDER_RIGHT    1
4#define BORDER_BOTTOM   1
5#define BORDER_LEFT     1
6
7static int exit_key = 0x09;
8static float dim_percentage = 0.4;