move TEXT_BUFFER_META_REC -> LINE_INFO_META_REC

This commit is contained in:
Ailin Nemui 2021-08-12 23:51:18 +02:00
commit 8d314eadf1
5 changed files with 15 additions and 14 deletions

View file

@ -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)