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.5 by root, Sat Jan 7 20:23:52 2006 UTC vs.
Revision 1.11 by root, Fri Jan 20 11:02:46 2006 UTC

2 2
3 def (INIT) 3 def (INIT)
4 def (DESTROY) 4 def (DESTROY)
5 def (RESET) 5 def (RESET)
6 def (START) 6 def (START)
7 def (CHILD_START)
8 def (CHILD_EXIT)
7 9
8 def (SEL_BEGIN) 10 def (SEL_BEGIN)
9 def (SEL_EXTEND) 11 def (SEL_EXTEND)
10 def (SEL_MAKE) 12 def (SEL_MAKE)
11 def (SEL_GRAB) 13 def (SEL_GRAB)
15 def (VIEW_CHANGE) 17 def (VIEW_CHANGE)
16 def (SCROLL_BACK) 18 def (SCROLL_BACK)
17 def (LINE_UPDATE) 19 def (LINE_UPDATE)
18 def (ADD_LINES) 20 def (ADD_LINES)
19 def (OSC_SEQ) 21 def (OSC_SEQ)
22 def (TT_WRITE)
20 23
21 def (REFRESH_BEGIN) 24 def (REFRESH_BEGIN)
22 def (REFRESH_END) 25 def (REFRESH_END)
23 26
24 def (KEYBOARD_COMMAND) 27 def (KEYBOARD_COMMAND)
25 28
29 def (X_EVENT)
26 def (FOCUS_IN) 30 def (FOCUS_IN)
27 def (FOCUS_OUT) 31 def (FOCUS_OUT)
28 def (KEY_PRESS) 32 def (KEY_PRESS)
29 def (KEY_RELEASE) 33 def (KEY_RELEASE)
30 def (BUTTON_PRESS) 34 def (BUTTON_PRESS)
31 def (BUTTON_RELEASE) 35 def (BUTTON_RELEASE)
32 def (MOTION_NOTIFY) 36 def (MOTION_NOTIFY)
33 def (MAP_NOTIFY) 37 def (MAP_NOTIFY)
34 def (UNMAP_NOTIFY) 38 def (UNMAP_NOTIFY)
39 def (CONFIGURE_NOTIFY)
40 def (CLIENT_MESSAGE)
41 def (WM_DELETE_WINDOW)
42 def (WM_PROTOCOLS)
43
44 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?
45

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines