Fixed window specific themes

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1575 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-06-27 21:05:04 +00:00 committed by cras
commit 0db8e96019
3 changed files with 12 additions and 11 deletions

View file

@ -51,6 +51,9 @@ typedef struct {
int flags;
} TEXT_DEST_REC;
#define window_get_theme(window) \
((window)->theme != NULL ? (window)->theme : current_theme)
int format_find_tag(const char *module, const char *tag);
/* Return length of text part in string (ie. without % codes) */