mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
move TEXT_BUFFER_META_REC -> LINE_INFO_META_REC
This commit is contained in:
parent
9677b07488
commit
8d314eadf1
5 changed files with 15 additions and 14 deletions
|
|
@ -67,6 +67,11 @@ typedef struct _TEXT_DEST_REC {
|
|||
GHashTable *meta;
|
||||
} TEXT_DEST_REC;
|
||||
|
||||
typedef struct _LINE_INFO_META_REC {
|
||||
gint64 server_time;
|
||||
GHashTable *hash;
|
||||
} LINE_INFO_META_REC;
|
||||
|
||||
#define window_get_theme(window) \
|
||||
(window != NULL && (window)->theme != NULL ? \
|
||||
(window)->theme : current_theme)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue