1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-14 08:01:12 +01:00
sway-patched-tray-menu/include/util.h
2015-08-25 19:53:59 +02:00

9 lines
119 B
C

#ifndef _SWAY_UTIL_H
#define _SWAY_UTIL_H
/**
* Wrap i into the range [0, max[
*/
int wrap(int i, int max);
#endif