--- rxvt-unicode/src/init.C 2007/12/11 11:39:06 1.225 +++ rxvt-unicode/src/init.C 2007/12/14 05:25:24 1.230 @@ -12,9 +12,7 @@ * Copyright (c) 1997,1998 Oezguer Kesim * Copyright (c) 1998-2001 Geoff Wing * - extensive modifications - * Copyright (c) 1999 D J Hawkey Jr - * - QNX support - * Copyright (c) 2003-2006 Marc Lehmann + * Copyright (c) 2003-2007 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 @@ -43,6 +41,8 @@ #include +#include + #ifdef HAVE_XSETLOCALE # define X_LOCALE # include @@ -280,7 +280,7 @@ #endif }; -bool +void rxvt_term::init_vars () { pix_colors = // @@ -289,7 +289,6 @@ pix_colors_unfocused = new rxvt_color [TOTAL_COLORS]; #endif - MEvent.time = CurrentTime; MEvent.button = AnyButton; want_refresh = 1; @@ -316,8 +315,6 @@ set_option (Opt_pastableTabs); set_option (Opt_intensityStyles); set_option (Opt_iso14755_52); - - return true; } void