This website requires JavaScript.
Explore
Help
Sign in
Miroirs
/
sway-patched-tray-menu-github
Watch
1
Star
0
Fork
You've already forked sway-patched-tray-menu-github
0
mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced
2024-12-27 21:58:16 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
0b2cf8b65c
sway-patched-tray-menu-github
/
sway
/
util.c
6 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
added missing util.h/c stuff
2015-08-25 19:53:59 +02:00
#
include
"util.h"
refactored workspace_next/prev
2015-08-25 15:17:18 +02:00
int
wrap
(
int
i
,
int
max
)
{
return
(
(
i
%
max
)
+
max
)
%
max
;
}
Reference in a new issue
Copy permalink