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

Comparing rxvt-unicode/src/rxvtperl.h (file contents):
Revision 1.21 by root, Wed Jan 25 00:42:21 2006 UTC vs.
Revision 1.22 by root, Sat Aug 26 06:37:11 2006 UTC

18 18
19enum data_type { 19enum data_type {
20 DT_END, // no further arguments 20 DT_END, // no further arguments
21 DT_INT, 21 DT_INT,
22 DT_LONG, 22 DT_LONG,
23 DT_STR, // 0-terminates string 23 DT_STR, // 0-terminated string
24 DT_STR_LEN, // string + length 24 DT_STR_LEN, // string + length
25 DT_WCS_LEN, // wchar_t* + length 25 DT_WCS_LEN, // wchar_t* + length
26 DT_LCS_LEN, // long* + length 26 DT_LCS_LEN, // long* + length
27 DT_XEVENT, 27 DT_XEVENT,
28}; 28};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines