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.120 by root, Mon Dec 13 19:16:36 2004 UTC vs.
Revision 1.121 by root, Wed Dec 15 00:12:58 2004 UTC

860void 860void
861rxvt_term::set_title (const char *str) 861rxvt_term::set_title (const char *str)
862{ 862{
863 set_string_property (XA_WM_NAME, str); 863 set_string_property (XA_WM_NAME, str);
864#if ENABLE_FRILLS 864#if ENABLE_FRILLS
865 set_utf8_property (display->atom ("_NET_WM_NAME"), str); 865 set_utf8_property (xa[XA_NET_WM_NAME], str);
866#endif 866#endif
867} 867}
868 868
869void 869void
870rxvt_term::set_icon_name (const char *str) 870rxvt_term::set_icon_name (const char *str)
871{ 871{
872 set_string_property (XA_WM_ICON_NAME, str); 872 set_string_property (XA_WM_ICON_NAME, str);
873#if ENABLE_FRILLS 873#if ENABLE_FRILLS
874 set_utf8_property (display->atom ("_NET_WM_ICON_NAME"), str); 874 set_utf8_property (xa[XA_NET_WM_ICON_NAME], str);
875#endif 875#endif
876} 876}
877 877
878#ifdef XTERM_COLOR_CHANGE 878#ifdef XTERM_COLOR_CHANGE
879void 879void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines