Introduction
Introduction Statistics Contact Development Disclaimer Help
tNaming change - spoon - dwm status utility (2f30 fork)
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit d81d2abfc17bd2fd3e4b40fe603b6e8c42729a2f
parent fd61f98bcc7c95d74ceeecde2e4e67cfb5bce2f4
Author: lostd <[email protected]>
Date: Sun, 15 May 2016 14:19:50 +0100
Naming change
Diffstat:
M spoon.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/spoon.c b/spoon.c
t@@ -185,7 +185,7 @@ entcat(char *line, size_t len)
}
void
-xsetroot(void)
+loop(void)
{
char line[BUFSIZ];
Display *dpy;
t@@ -209,6 +209,6 @@ xsetroot(void)
int
main(void)
{
- xsetroot();
+ loop();
return 0;
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.