mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 23:46:22 +00:00
Added rosterwin.c
This commit is contained in:
@@ -108,6 +108,7 @@ _win_create_split_layout(void)
|
||||
scrollok(layout->super.win, TRUE);
|
||||
layout->subwin = NULL;
|
||||
layout->sub_y_pos = 0;
|
||||
layout->memcheck = LAYOUT_SPLIT_MEMCHECK;
|
||||
|
||||
return &layout->super;
|
||||
}
|
||||
@@ -164,6 +165,7 @@ win_create_muc(const char * const roomjid)
|
||||
layout->subwin = NULL;
|
||||
}
|
||||
layout->sub_y_pos = 0;
|
||||
layout->memcheck = LAYOUT_SPLIT_MEMCHECK;
|
||||
layout->super.buffer = buffer_create();
|
||||
layout->super.y_pos = 0;
|
||||
layout->super.paged = 0;
|
||||
|
||||
Reference in New Issue
Block a user