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.143 by root, Sun Feb 20 00:09:25 2005 UTC vs.
Revision 1.144 by root, Sun Feb 20 19:45:30 2005 UTC

955/* xterm sequences - title, iconName, color (exptl) */ 955/* xterm sequences - title, iconName, color (exptl) */
956void 956void
957rxvt_term::set_title (const char *str) 957rxvt_term::set_title (const char *str)
958{ 958{
959 set_string_property (XA_WM_NAME, str); 959 set_string_property (XA_WM_NAME, str);
960#if ENABLE_FRILLS 960#if ENABLE_EWMH
961 set_utf8_property (xa[XA_NET_WM_NAME], str); 961 set_utf8_property (xa[XA_NET_WM_NAME], str);
962#endif 962#endif
963} 963}
964 964
965void 965void
966rxvt_term::set_icon_name (const char *str) 966rxvt_term::set_icon_name (const char *str)
967{ 967{
968 set_string_property (XA_WM_ICON_NAME, str); 968 set_string_property (XA_WM_ICON_NAME, str);
969#if ENABLE_FRILLS 969#if ENABLE_EWMH
970 set_utf8_property (xa[XA_NET_WM_ICON_NAME], str); 970 set_utf8_property (xa[XA_NET_WM_ICON_NAME], str);
971#endif 971#endif
972} 972}
973 973
974#ifdef XTERM_COLOR_CHANGE 974#ifdef XTERM_COLOR_CHANGE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines