Группа :: Сети/IRC
Пакет: xchat
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: xc241-fix-fetext.diff
#
# Fixes building the text-frontend in 2.4.1 (--enable-textfe).
#
--- xchat-2.4.1/src/fe-text/fe-text.c 2004-07-08 13:37:18.000000000 +1000
+++ xchat-2.4.1p1/src/fe-text/fe-text.c 2004-11-22 13:14:24.000000000 +1100
@@ -815,3 +815,13 @@
void fe_confirm (const char *message, void (*yesproc)(void *), void (*noproc)(void *), void *ud)
{
}
+char *fe_get_inputbox_contents (struct session *sess)
+{
+ return NULL;
+}
+void fe_set_inputbox_contents (struct session *sess, char *text)
+{
+}
+void fe_set_inputbox_cursor (struct session *sess, int delta, int pos)
+{
+}