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

Comparing rxvt-unicode/src/menubar.C (file contents):
Revision 1.30 by root, Wed Jan 4 04:42:45 2006 UTC vs.
Revision 1.31 by root, Wed Jan 11 05:29:40 2006 UTC

1707 } 1707 }
1708 } 1708 }
1709 else if ((n = rxvt_Str_match (str, "pixmap:")) != 0) 1709 else if ((n = rxvt_Str_match (str, "pixmap:")) != 0)
1710 { 1710 {
1711 str += n; 1711 str += n;
1712 process_xterm_seq (XTerm_Pixmap, str, CHAR_ST); 1712 process_xterm_seq (Rxvt_Pixmap, str, CHAR_ST);
1713 } 1713 }
1714#if (MENUBAR_MAX > 1) 1714#if (MENUBAR_MAX > 1)
1715 else if ((n = rxvt_Str_match (str, "rm")) != 0) 1715 else if ((n = rxvt_Str_match (str, "rm")) != 0)
1716 { 1716 {
1717 str += n; 1717 str += n;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines