about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-10 19:10:10 +0000
committerJames Booth <boothj5@gmail.com>2015-01-10 19:10:10 +0000
commit31c0f2ba788b19d776da5e7368280091c8d3bbdf (patch)
tree853f4556b2fd37c299c7dc3b0f1a3f9459f021ea /src/config/preferences.h
parentc3ad3c0ba692613c6b26203d1328e42899775b0f (diff)
downloadprofani-tty-31c0f2ba788b19d776da5e7368280091c8d3bbdf.tar.gz
Added preferences for showing resource in titlebar and messages
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index c8b206ef..54b4cefe 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -95,7 +95,9 @@ typedef enum {
     PREF_LOG_SHARED,
     PREF_OTR_LOG,
     PREF_OTR_WARN,
-    PREF_OTR_POLICY
+    PREF_OTR_POLICY,
+    PREF_RESOURCE_TITLE,
+    PREF_RESOURCE_MESSAGE
 } preference_t;
 
 typedef struct prof_alias_t {