diff options
| author | Thomas Ulmer <thomas.ulmer@redflagai.co> | 2026-02-13 09:34:04 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomas.ulmer@redflagai.co> | 2026-02-13 09:34:04 -0800 |
| commit | 8085a92b7b8ac14424913777fd4355fa153a94a3 (patch) | |
| tree | 3529b64309bfb9ba791f0bf0e501647249c9e5a1 /tree/src/dwm/my-dwm/util.h | |
| parent | f56506908110a82b369780a5a7cfc07cc7ede850 (diff) | |
dwm redisable focus follows mouse
Diffstat (limited to 'tree/src/dwm/my-dwm/util.h')
| -rw-r--r-- | tree/src/dwm/my-dwm/util.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tree/src/dwm/my-dwm/util.h b/tree/src/dwm/my-dwm/util.h deleted file mode 100644 index c0a50d4..0000000 --- a/tree/src/dwm/my-dwm/util.h +++ /dev/null @@ -1,9 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -#define MAX(A, B) ((A) > (B) ? (A) : (B)) -#define MIN(A, B) ((A) < (B) ? (A) : (B)) -#define BETWEEN(X, A, B) ((A) <= (X) && (X) <= (B)) -#define LENGTH(X) (sizeof (X) / sizeof (X)[0]) - -void die(const char *fmt, ...); -void *ecalloc(size_t nmemb, size_t size); |
