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

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.98 by root, Mon Feb 6 05:40:15 2006 UTC vs.
Revision 1.99 by root, Sat Feb 11 02:28:19 2006 UTC

1812 : 1; 1812 : 1;
1813 1813
1814 XChangeProperty (THIS->dpy, window, property, 1814 XChangeProperty (THIS->dpy, window, property,
1815 type, format, PropModeReplace, 1815 type, format, PropModeReplace,
1816 (unsigned char *)data_, len / elemsize); 1816 (unsigned char *)data_, len / elemsize);
1817 XSync (THIS->dpy, 0);
1818} 1817}
1819 1818
1820Atom 1819Atom
1821XInternAtom (rxvt_term *term, char *atom_name, int only_if_exists = FALSE) 1820XInternAtom (rxvt_term *term, char *atom_name, int only_if_exists = FALSE)
1822 C_ARGS: term->dpy, atom_name, only_if_exists 1821 C_ARGS: term->dpy, atom_name, only_if_exists

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines