mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
no, bugfix done wrong :) reversed.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1122 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
24dd6d0917
commit
0807bafbe8
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ static MAIN_WINDOW_REC *find_window_with_room(void)
|
||||||
return biggest_rec;
|
return biggest_rec;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef USE_CURSES_WINDOWS
|
#ifdef USE_CURSES_WINDOWS
|
||||||
static void create_curses_window(MAIN_WINDOW_REC *window)
|
static void create_curses_window(MAIN_WINDOW_REC *window)
|
||||||
{
|
{
|
||||||
window->curses_win = newwin(window->lines, COLS, window->first_line, 0);
|
window->curses_win = newwin(window->lines, COLS, window->first_line, 0);
|
||||||
|
|
@ -95,7 +95,7 @@ static void mainwindow_resize(MAIN_WINDOW_REC *window, int ychange, int xchange)
|
||||||
signal_emit("mainwindow resized", 1, window);
|
signal_emit("mainwindow resized", 1, window);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef USE_CURSES_WINDOWS
|
#ifdef USE_CURSES_WINDOWS
|
||||||
void mainwindows_recreate(void)
|
void mainwindows_recreate(void)
|
||||||
{
|
{
|
||||||
GSList *tmp;
|
GSList *tmp;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue