summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-20 21:02:13 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-20 21:02:13 +0200
commit9af191de26611ce5025e3363dafd0cdbf8ab38b9 (patch)
treeceb95d1459863792b0201fc927ca4919dcb25882 /include
parent4d813a53918dd329c2bb87f34c381995f138b3d3 (diff)
Fix tests by splitting types name into separate file.
Diffstat (limited to 'include')
-rw-r--r--include/rofi-types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rofi-types.h b/include/rofi-types.h
new file mode 100644
index 00000000..4970e453
--- /dev/null
+++ b/include/rofi-types.h
@@ -0,0 +1,6 @@
+#ifndef INCLUDE_ROFI_TYPES_H
+#define INCLUDE_ROFI_TYPES_H
+
+extern const char *PropertyTypeName[];
+
+#endif // INCLUDE_ROFI_TYPES_H