mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
window_activity() and window_item_activity() are now public. Added them to
perl as well. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2445 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
99c3c13f13
commit
fcc61f2382
5 changed files with 32 additions and 7 deletions
|
|
@ -35,8 +35,8 @@
|
|||
static char **hide_targets;
|
||||
static int hide_level, msg_level, hilight_level;
|
||||
|
||||
static void window_activity(WINDOW_REC *window, int data_level,
|
||||
const char *hilight_color)
|
||||
void window_activity(WINDOW_REC *window, int data_level,
|
||||
const char *hilight_color)
|
||||
{
|
||||
int old_data_level;
|
||||
|
||||
|
|
@ -52,8 +52,8 @@ static void window_activity(WINDOW_REC *window, int data_level,
|
|||
GINT_TO_POINTER(old_data_level));
|
||||
}
|
||||
|
||||
static void window_item_activity(WI_ITEM_REC *item, int data_level,
|
||||
const char *hilight_color)
|
||||
void window_item_activity(WI_ITEM_REC *item, int data_level,
|
||||
const char *hilight_color)
|
||||
{
|
||||
int old_data_level;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue