mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Removed window parameter from window_item_remove() and
window_item_destroy() git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1079 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
28465db59c
commit
dd68c2fa5f
5 changed files with 16 additions and 10 deletions
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
/* Add/remove/destroy window item from `window' */
|
||||
void window_item_add(WINDOW_REC *window, WI_ITEM_REC *item, int automatic);
|
||||
void window_item_remove(WINDOW_REC *window, WI_ITEM_REC *item);
|
||||
void window_item_destroy(WINDOW_REC *window, WI_ITEM_REC *item);
|
||||
void window_item_remove(WI_ITEM_REC *item);
|
||||
void window_item_destroy(WI_ITEM_REC *item);
|
||||
|
||||
/* Find a window for `item' and call window_item_add(). */
|
||||
void window_item_create(WI_ITEM_REC *item, int automatic);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue