xserver icon indicating copy to clipboard operation
xserver copied to clipboard

treewide: replace min/max macros by non-exported MIN/MAX and deprecate them

Open metux opened this issue 3 months ago • 0 comments

Replace public min/max macros by private MIN/MAX and deprecate them. The few drivers still using them can trivially define them on their own. Adding a new private header for all kind of math-ish definitions - future commits will move more stuff there.

Signed-off-by: Enrico Weigelt, metux IT consult [email protected]

metux avatar Nov 26 '25 15:11 metux