"gui print text" signal changed, last parameter is now TEXT_DEST_REC, not

level.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2694 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-04-17 21:02:41 +00:00 committed by cras
commit 970b49df1a
3 changed files with 7 additions and 6 deletions

View file

@ -70,6 +70,7 @@ queries.c:
"query created", QUERY_REC, int automatic
"query destroyed", QUERY_REC
"query nick changed", QUERY_REC, char *orignick
"window item name changed", WI_ITEM_REC
"query address changed", QUERY_REC
"query server changed", QUERY_REC, SERVER_REC
@ -225,7 +226,7 @@ FE common
* Requires to work properly:
"gui print text", WINDOW_REC, int fg, int bg, int flags, char *text, int level
"gui print text", WINDOW_REC, int fg, int bg, int flags, char *text, TEXT_DEST_REC
(Can be used to determine when all "gui print text"s are sent (not required))
"gui print text finished", WINDOW_REC