xserver icon indicating copy to clipboard operation
xserver copied to clipboard

dix: make SwapLongs() inline

Open metux opened this issue 3 months ago • 0 comments

a) trade a little bit of code size for speed (depending on exact caller, compiler might also optimize a lot) b) reduce the need for exported, but non-public symbol

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

metux avatar Dec 02 '25 17:12 metux