about summary refs log tree commit diff stats
path: root/src/ui/win_types.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-02 21:52:13 +0000
committerJames Booth <boothj5@gmail.com>2016-02-02 21:52:13 +0000
commit150015fa3dd0238671d11f2c6c3ba677e7aab81f (patch)
treeafe64495d83744407c7cb37488f288cfed6d1e16 /src/ui/win_types.h
parentf0837abf0a56a2f77a79c7e4fe6f25de33bb012f (diff)
downloadprofani-tty-150015fa3dd0238671d11f2c6c3ba677e7aab81f.tar.gz
Show message in private windows when user offline
Diffstat (limited to 'src/ui/win_types.h')
-rw-r--r--src/ui/win_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/win_types.h b/src/ui/win_types.h
index 53b5f49a..0e9f81d7 100644
--- a/src/ui/win_types.h
+++ b/src/ui/win_types.h
@@ -137,6 +137,7 @@ typedef struct prof_private_win_t {
     int unread;
     gboolean notify;
     unsigned long memcheck;
+    gboolean occupant_offline;
 } ProfPrivateWin;
 
 typedef struct prof_xml_win_t {