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.10 by root, Fri Jan 6 03:40:19 2006 UTC vs.
Revision 1.15 by root, Sun Jan 8 08:49:20 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, 18 DT_STR,
19 DT_STRING_LEN, 19 DT_STR_LEN,
20 DT_USTRING_LEN, 20 DT_WCS_LEN,
21 DT_XEVENT, 21 DT_XEVENT,
22}; 22};
23 23
24enum hook_type { 24enum hook_type {
25# define def(sym) HOOK_ ## sym, 25# define def(sym) HOOK_ ## sym,
26# include "hookinc.h" 26# include "hookinc.h"
27# undef def 27# undef def
28 HOOK_NUM, 28 HOOK_NUM,
29};
30
31struct rxvt_perl_term
32{
33 void *self;
34 unsigned long grabtime;
29}; 35};
30 36
31struct rxvt_perl_interp 37struct rxvt_perl_interp
32{ 38{
33 rxvt_perl_interp (); 39 rxvt_perl_interp ();
42 48
43extern struct rxvt_perl_interp rxvt_perl; 49extern struct rxvt_perl_interp rxvt_perl;
44 50
45#else 51#else
46# define SHOULD_INVOKE(htype) false 52# define SHOULD_INVOKE(htype) false
47# define PERL_INVOKE(args) false 53# define HOOK_INVOKE(args) false
48#endif 54#endif
49 55
50#endif 56#endif
51 57

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines