mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
Added some missing functions in Perl plugin API
This commit is contained in:
@@ -101,7 +101,7 @@ gui_main_init ()
|
||||
if (gui_window_new (NULL, 0, 0, COLS, LINES, 100, 100))
|
||||
{
|
||||
gui_current_window = gui_windows;
|
||||
ptr_buffer = gui_buffer_new (NULL, "weechat", "weechat", NULL);
|
||||
ptr_buffer = gui_buffer_new (NULL, "weechat", "weechat", NULL, NULL);
|
||||
if (ptr_buffer)
|
||||
{
|
||||
gui_init_ok = 1;
|
||||
|
||||
Reference in New Issue
Block a user