diff options
| author | Blista Kanjo | 2022-10-15 22:32:22 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-10-15 22:32:22 -0400 |
| commit | 80d19eacd607b79c14c611680c0457b56e83150c (patch) | |
| tree | 5887ffe1a971fd6c20f262fa3a9e5c9c5e7ed71a /.config/dunst/dmenu-dunst/util.h | |
| parent | af157e1d237b01fca10d4e960f0356f23e1b2f95 (diff) | |
refactor: going back to xfce4-notifyd due to bad dunst usability (maybe next time)
Diffstat (limited to '.config/dunst/dmenu-dunst/util.h')
| -rw-r--r-- | .config/dunst/dmenu-dunst/util.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/dunst/dmenu-dunst/util.h b/.config/dunst/dmenu-dunst/util.h deleted file mode 100644 index f633b51..0000000 --- a/.config/dunst/dmenu-dunst/util.h +++ /dev/null @@ -1,8 +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)) - -void die(const char *fmt, ...); -void *ecalloc(size_t nmemb, size_t size); |
