/WINDOW STICK changes - If ref# is given and it's in another split window,

it's moved to the active split window - even if the window was already
sticky in the other one.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1702 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-08-03 23:39:35 +00:00 committed by cras
commit 80793ace1c
3 changed files with 66 additions and 56 deletions

View file

@ -33,6 +33,9 @@ void mainwindows_recreate(void);
void mainwindow_set_size(MAIN_WINDOW_REC *window, int size);
void mainwindows_resize(int width, int height);
void mainwindow_change_active(MAIN_WINDOW_REC *mainwin,
WINDOW_REC *skip_window);
int mainwindows_reserve_lines(int count, int up);
GSList *mainwindows_get_sorted(int reverse);