Introduction
Introduction Statistics Contact Development Disclaimer Help
types.h - spoon - set dwm status
git clone git://git.codemadness.org/spoon
Log
Files
Refs
LICENSE
---
types.h (193B)
---
1 struct battarg {
2 char *cap;
3 char *ac;
4 };
5
6 struct mpdarg {
7 char *host;
8 unsigned int port;
9 };
10
11 struct keyarg {
12 int sym;
13 char *on;
14 char *off;
15 };
16
17 struct datearg {
18 char *fmt;
19 char *tz;
20 };
You are viewing proxied material from codemadness.org. 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.