Compare commits

..

1 Commits

Author SHA1 Message Date
Siva Mahadevan
14636df012 move util.c to util.h
This allows single-source compilation and whole-program optimization using something like:

make CFLAGS='-flto -ffunction-sections -fdata-sections -Wl,--gc-sections'

Furthermore, move more compositor-agnostic utility functions/macros to util.h,
similar to the original dwm sources.
2026-03-01 11:22:28 -05:00