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.2 by root, Mon Jan 2 16:04:34 2006 UTC vs.
Revision 1.3 by root, Mon Jan 2 20:35:39 2006 UTC

16 DT_INT, 16 DT_INT,
17 DT_LONG, 17 DT_LONG,
18}; 18};
19 19
20enum hook_type { 20enum hook_type {
21 HOOK_LOAD, 21 HOOK_INIT = 0, // special, hardcoded
22 22 HOOK_DESTROY = 1, // values in urxvt.pm
23 HOOK_INIT,
24 HOOK_RESET, 23 HOOK_RESET,
25 HOOK_START, 24 HOOK_START,
26 HOOK_DESTROY,
27 25
28 HOOK_SEL_BEGIN, 26 HOOK_SEL_BEGIN,
29 HOOK_SEL_EXTEND, 27 HOOK_SEL_EXTEND,
30 HOOK_SEL_MAKE, 28 HOOK_SEL_MAKE,
31 HOOK_SEL_GRAB, 29 HOOK_SEL_GRAB,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines