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.20 by root, Mon Jan 16 08:48:09 2006 UTC vs.
Revision 1.21 by root, Wed Jan 25 00:42:21 2006 UTC

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-terminates string
24 DT_STR_LEN, // string + length 24 DT_STR_LEN, // string + length
25 DT_WCS_LEN, // wchar_t* + length
25 DT_WCS_LEN, // wstring + length 26 DT_LCS_LEN, // long* + length
26 DT_XEVENT, 27 DT_XEVENT,
27}; 28};
28 29
29enum hook_type { 30enum hook_type {
30# define def(sym) HOOK_ ## sym, 31# define def(sym) HOOK_ ## sym,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines