summaryrefslogtreecommitdiff
path: root/cwmcc/root_props.h
diff options
context:
space:
mode:
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