index
:
swayfx.git
master
SwayFX: Sway, but with eye candy!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
util.h
blob: 5d42b780659859a18c94ce075533708dde81c800 (
plain
)
1
2
3
4
/** * Wrap i into the range [0, max[ */ int wrap(int i, int max);