summary refs log tree commit diff stats
path: root/src/common/fe.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2012-12-12 10:45:14 -0500
committerTingPing <tingping@tingping.se>2012-12-12 10:45:14 -0500
commitc1ccb244dbacb82519c0e0f85c82f8c6898b2cf2 (patch)
treef585d890c43abc033192954326212fd83e50c954 /src/common/fe.h
parentc6d955ade738815ec119ae76db32a3fcc1ac5d72 (diff)
Don't beep when window is active.
Diffstat (limited to 'src/common/fe.h')
-rw-r--r--src/common/fe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fe.h b/src/common/fe.h
index f1f3b484..4903ef0e 100644
--- a/src/common/fe.h
+++ b/src/common/fe.h
@@ -97,7 +97,7 @@ void fe_set_title (struct session *sess);
 void fe_set_nonchannel (struct session *sess, int state);
 void fe_set_nick (struct server *serv, char *newnick);
 void fe_ignore_update (int level);
-void fe_beep (void);
+void fe_beep (session *sess);
 void fe_lastlog (session *sess, session *lastlog_sess, char *sstr, gtk_xtext_search_flags flags);
 void fe_set_lag (server *serv, int lag);
 void fe_set_throttle (server *serv);