summaryrefslogtreecommitdiff
path: root/cwmcc/cwmcc.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-11 02:31:20 +0000
committerDana Jansens <danakj@orodu.net>2003-04-11 02:31:20 +0000
commitf317ceeaf28bc656e59a0f089ac11818ca5e8bd3 (patch)
tree4407208ee3b6d0eaa7b987bc957591b03e1cc9bb /cwmcc/cwmcc.h
parentd8fc08f33d5148be6294a8469066cf6a4604e940 (diff)
add get functions for all the client properties
Diffstat (limited to 'cwmcc/cwmcc.h')
-rw-r--r--cwmcc/cwmcc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cwmcc/cwmcc.h b/cwmcc/cwmcc.h
new file mode 100644
index 00000000..09f46a22
--- /dev/null
+++ b/cwmcc/cwmcc.h
@@ -0,0 +1,6 @@
+#ifndef __cwmcc_cwmcc_h
+#define __cwmcc_cwmcc_h
+
+void cwmcc_startup(Display *d);
+
+#endif