1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

api: add list "gui_buffer_last_displayed" in hdata "buffer"

This commit is contained in:
Sebastien Helleu
2012-03-05 08:02:55 +01:00
parent f5769dbd17
commit 39787d483a
6 changed files with 7 additions and 1 deletions
+1
View File
@@ -3153,6 +3153,7 @@ gui_buffer_hdata_buffer_cb (void *data, const char *hdata_name)
HDATA_VAR(struct t_gui_buffer, next_buffer, POINTER, hdata_name);
HDATA_LIST(gui_buffers);
HDATA_LIST(last_gui_buffer);
HDATA_LIST(gui_buffer_last_displayed);
}
return hdata;
}