1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

core: add "_chat_line_x" in focus hashtable (for buffers with free content)

This commit is contained in:
Sebastien Helleu
2011-08-15 12:59:32 +02:00
parent eee81cfe9c
commit d89115d4db
7 changed files with 16 additions and 4 deletions
+1
View File
@@ -141,6 +141,7 @@ extern void gui_window_get_context_at_xy (struct t_gui_window *window,
int x, int y,
int *chat,
struct t_gui_line **line,
int *line_x,
char **word,
char **beginning,
char **end);