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.1 by root, Wed Jan 4 02:37:30 2006 UTC vs.
Revision 1.16 by root, Sat Mar 4 20:14:35 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)
12 14
13 def (SEL_CLICK) 15 def (SEL_CLICK)
14 16
15 def (FOCUS_IN)
16 def (FOCUS_OUT)
17
18 def (VIEW_CHANGE) 17 def (VIEW_CHANGE)
19 def (SCROLL_BACK) 18 def (SCROLL_BACK)
20 def (TTY_ACTIVITY) 19 def (LINE_UPDATE)
20 def (ADD_LINES)
21 def (OSC_SEQ) 21 def (OSC_SEQ)
22 def (OSC_SEQ_PERL)
23 def (TT_WRITE)
22 24
23 def (REFRESH_BEGIN) 25 def (REFRESH_BEGIN)
24 def (REFRESH_END) 26 def (REFRESH_END)
25 27
26 def (KEYBOARD_COMMAND) 28 def (USER_COMMAND)
27 29
28 def (MOUSE_CLICK) 30 def (X_EVENT)
29 def (MOUSE_MOVE) 31 def (FOCUS_IN)
32 def (FOCUS_OUT)
33 def (KEY_PRESS)
34 def (KEY_RELEASE)
35 def (BUTTON_PRESS)
36 def (BUTTON_RELEASE)
37 def (MOTION_NOTIFY)
38 def (MAP_NOTIFY)
39 def (UNMAP_NOTIFY)
40 def (CONFIGURE_NOTIFY)
41 def (CLIENT_MESSAGE)
42 def (WM_DELETE_WINDOW)
43 def (WM_PROTOCOLS)
44 def (PROPERTY_NOTIFY)
45 def (RESIZE_ALL_WINDOWS)
46
47 def (XIM_PREEDIT_START)
48 def (XIM_PREEDIT_DONE)
49 def (XIM_PREEDIT_DRAW)
50 def (XIM_PREEDIT_CARET)
51
52 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?
53

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines