summaryrefslogtreecommitdiff
path: root/src/fe-text/mainwindows.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-01-15 22:20:30 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-01-15 22:20:30 +0000
commit24dd6d0917c73bd0d5ecd8397a21cadd990e6e39 (patch)
tree54e794ec883111d4e460cb936a08ca4d76e6f2b5 /src/fe-text/mainwindows.h
parenta5d88f4db1faf6b7854cc864f77db25954225428 (diff)
downloadirssi-24dd6d0917c73bd0d5ecd8397a21cadd990e6e39.zip
Compiling with --disable-curses-windows was broken
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1121 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/mainwindows.h')
-rw-r--r--src/fe-text/mainwindows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/mainwindows.h b/src/fe-text/mainwindows.h
index fd56bd2b..09ceeb83 100644
--- a/src/fe-text/mainwindows.h
+++ b/src/fe-text/mainwindows.h
@@ -27,7 +27,7 @@ void mainwindow_destroy(MAIN_WINDOW_REC *window);
void mainwindows_redraw(void);
void mainwindows_resize(int ychange, int xchange);
-#ifdef USE_CURSES_WINDOWS
+#ifndef USE_CURSES_WINDOWS
void mainwindows_recreate(void);
#endif