--- rxvt-unicode/src/rxvt.C 2006/02/20 20:44:22 1.13 +++ rxvt-unicode/src/rxvt.C 2007/11/24 11:06:13 1.17 @@ -1,9 +1,9 @@ -/*--------------------------------*-C-*---------------------------------* +/*----------------------------------------------------------------------* * File: rxvt.C *----------------------------------------------------------------------* * * All portions of code are copyright by their respective author/s. - * Copyright (c) 2003-2004 Marc Lehmann + * Copyright (c) 2003-2006 Marc Lehmann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -52,7 +52,7 @@ #endif return EXIT_FAILURE; - io_manager::loop (); + ev_loop (0); return EXIT_SUCCESS; }