--- rxvt-unicode/src/main.C 2004/12/13 01:29:03 1.119 +++ rxvt-unicode/src/main.C 2004/12/20 16:44:31 1.123 @@ -34,7 +34,7 @@ #include "rxvt.h" /* NECESSARY */ #include "main.intpro" /* PROTOS for internal routines */ -#include +#include #ifdef TTY_GID_SUPPORT # include @@ -261,6 +261,7 @@ free (env_term); free (env_colorfgbg); free (locale); + free (v_buffer); free (incr_buf); delete envv; @@ -861,7 +862,7 @@ { set_string_property (XA_WM_NAME, str); #if ENABLE_FRILLS - set_utf8_property (display->atom ("_NET_WM_NAME"), str); + set_utf8_property (xa[XA_NET_WM_NAME], str); #endif } @@ -870,7 +871,7 @@ { set_string_property (XA_WM_ICON_NAME, str); #if ENABLE_FRILLS - set_utf8_property (display->atom ("_NET_WM_ICON_NAME"), str); + set_utf8_property (xa[XA_NET_WM_ICON_NAME], str); #endif } @@ -999,10 +1000,6 @@ } /*----------------------------------------------------------------------*/ -/* - * Colour determination for low colour displays, routine from - * Hans de Goede - */ int rxvt_term::rXParseAllocColor (rxvt_color *screen_in_out, const char *colour)