ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/main.C
(Generate patch)

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.119 by root, Mon Dec 13 01:29:03 2004 UTC vs.
Revision 1.121 by root, Wed Dec 15 00:12:58 2004 UTC

259 free (env_windowid); 259 free (env_windowid);
260 free (env_display); 260 free (env_display);
261 free (env_term); 261 free (env_term);
262 free (env_colorfgbg); 262 free (env_colorfgbg);
263 free (locale); 263 free (locale);
264 free (v_buffer);
264 free (incr_buf); 265 free (incr_buf);
265 266
266 delete envv; 267 delete envv;
267 delete argv; 268 delete argv;
268} 269}
859void 860void
860rxvt_term::set_title (const char *str) 861rxvt_term::set_title (const char *str)
861{ 862{
862 set_string_property (XA_WM_NAME, str); 863 set_string_property (XA_WM_NAME, str);
863#if ENABLE_FRILLS 864#if ENABLE_FRILLS
864 set_utf8_property (display->atom ("_NET_WM_NAME"), str); 865 set_utf8_property (xa[XA_NET_WM_NAME], str);
865#endif 866#endif
866} 867}
867 868
868void 869void
869rxvt_term::set_icon_name (const char *str) 870rxvt_term::set_icon_name (const char *str)
870{ 871{
871 set_string_property (XA_WM_ICON_NAME, str); 872 set_string_property (XA_WM_ICON_NAME, str);
872#if ENABLE_FRILLS 873#if ENABLE_FRILLS
873 set_utf8_property (display->atom ("_NET_WM_ICON_NAME"), str); 874 set_utf8_property (xa[XA_NET_WM_ICON_NAME], str);
874#endif 875#endif
875} 876}
876 877
877#ifdef XTERM_COLOR_CHANGE 878#ifdef XTERM_COLOR_CHANGE
878void 879void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines