1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

core: add "bar_refresh_needed" in dump of bars to log file

This commit is contained in:
Sebastien Helleu
2011-07-29 12:27:39 +02:00
parent db86b84218
commit dfd7ed5457
+1
View File
@@ -2422,6 +2422,7 @@ gui_bar_print_log ()
}
}
log_printf (" bar_window . . . . . . : 0x%lx", ptr_bar->bar_window);
log_printf (" bar_refresh_needed . . : %d", ptr_bar->bar_refresh_needed);
log_printf (" prev_bar . . . . . . . : 0x%lx", ptr_bar->prev_bar);
log_printf (" next_bar . . . . . . . : 0x%lx", ptr_bar->next_bar);