summaryrefslogtreecommitdiff
path: root/cwmcc/root_props.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-11 21:27:03 +0000
committerDana Jansens <danakj@orodu.net>2003-04-11 21:27:03 +0000
commit6b95bf33363f73d198da2f515f2f9f6bef2278c8 (patch)
treecba1c63dfa36730842f5c745fad973792f66902e /cwmcc/root_props.h
parent6011fe9c952b91a7f6f8b341e9a2897805bf3725 (diff)
add getting of some root properties
Diffstat (limited to 'cwmcc/root_props.h')
-rw-r--r--cwmcc/root_props.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cwmcc/root_props.h b/cwmcc/root_props.h
new file mode 100644
index 00000000..0bc5fef7
--- /dev/null
+++ b/cwmcc/root_props.h
@@ -0,0 +1,6 @@
+#ifndef __cwmcc_root_props_h
+#define __cwmcc_root_props_h
+
+void cwmcc_root_get_supported(Window win, Atom **atoms);
+
+#endif