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

Comparing rxvt-unicode/src/hookinc.h (file contents):
Revision 1.4 by root, Fri Jan 6 03:40:19 2006 UTC vs.
Revision 1.8 by root, Fri Jan 13 04:59:04 2006 UTC

10 def (SEL_MAKE) 10 def (SEL_MAKE)
11 def (SEL_GRAB) 11 def (SEL_GRAB)
12 12
13 def (SEL_CLICK) 13 def (SEL_CLICK)
14 14
15 def (FOCUS_IN)
16 def (FOCUS_OUT)
17
18 def (VIEW_CHANGE) 15 def (VIEW_CHANGE)
19 def (SCROLL_BACK) 16 def (SCROLL_BACK)
20 def (LINE_UPDATE) 17 def (LINE_UPDATE)
21 def (ADD_LINES) 18 def (ADD_LINES)
22 def (OSC_SEQ) 19 def (OSC_SEQ)
20 def (TT_WRITE)
23 21
24 def (REFRESH_BEGIN) 22 def (REFRESH_BEGIN)
25 def (REFRESH_END) 23 def (REFRESH_END)
26 24
27 def (KEYBOARD_COMMAND) 25 def (KEYBOARD_COMMAND)
28 26
27 def (X_EVENT)
28 def (FOCUS_IN)
29 def (FOCUS_OUT)
29 def (KEY_PRESS) 30 def (KEY_PRESS)
30 def (KEY_RELEASE) 31 def (KEY_RELEASE)
31 def (BUTTON_PRESS) 32 def (BUTTON_PRESS)
32 def (BUTTON_RELEASE) 33 def (BUTTON_RELEASE)
33 def (MOTION_NOTIFY) 34 def (MOTION_NOTIFY)
35 def (MAP_NOTIFY)
36 def (UNMAP_NOTIFY)
37 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines