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.8 by root, Thu Jan 5 01:04:10 2006 UTC

13 13
14enum data_type { 14enum data_type {
15 DT_END, 15 DT_END,
16 DT_INT, 16 DT_INT,
17 DT_LONG, 17 DT_LONG,
18 DT_STRING,
19 DT_USTRING_LEN,
20 DT_XEVENT,
18}; 21};
19 22
20enum hook_type { 23enum hook_type {
21 HOOK_LOAD, 24# define def(sym) HOOK_ ## sym,
22 25# include "hookinc.h"
23 HOOK_INIT, 26# undef def
24 HOOK_RESET,
25 HOOK_START,
26 HOOK_DESTROY,
27
28 HOOK_SEL_BEGIN,
29 HOOK_SEL_EXTEND,
30 HOOK_SEL_MAKE,
31 HOOK_SEL_GRAB,
32
33 HOOK_FOCUS_IN,
34 HOOK_FOCUS_OUT,
35
36 HOOK_VIEW_CHANGE,
37 HOOK_SCROLL_BACK,
38 HOOK_TTY_ACTIVITY,
39
40 HOOK_REFRESH_BEGIN,
41 HOOK_REFRESH_END,
42
43 HOOK_NUM, 27 HOOK_NUM,
44}; 28};
45 29
46struct rxvt_perl_interp 30struct rxvt_perl_interp
47{ 31{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines