about summary refs log tree commit diff stats
path: root/src/ui/win_types.h
diff options
context:
space:
mode:
authorDebXWoody <stefan@debxwoody.de>2021-05-29 09:30:13 +0200
committerDebXWoody <stefan@debxwoody.de>2021-05-29 09:30:13 +0200
commit6dd11f0fff27d9019c9e362fc2567f2a0c64690b (patch)
treea2efeb21ca1cffcf853274ae340c0c9221a4157b /src/ui/win_types.h
parent35206453667d46e4e14903c435958a94d8ad00e5 (diff)
downloadprofani-tty-6dd11f0fff27d9019c9e362fc2567f2a0c64690b.tar.gz
Attention flagĀ for groupchats
Attention flag for groupchat and display the windows via "/wins attention"
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 d40a5396..f2237a79 100644
--- a/src/ui/win_types.h
+++ b/src/ui/win_types.h
@@ -197,6 +197,7 @@ typedef struct prof_muc_win_t
     // For LMC
     char* last_message;
     char* last_msg_id;
+    gboolean has_attention;
 } ProfMucWin;
 
 typedef struct prof_conf_win_t ProfConfWin;