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.5 by root, Sat Jan 7 20:23:52 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)
24 def (REFRESH_BEGIN) 21 def (REFRESH_BEGIN)
25 def (REFRESH_END) 22 def (REFRESH_END)
26 23
27 def (KEYBOARD_COMMAND) 24 def (KEYBOARD_COMMAND)
28 25
26 def (FOCUS_IN)
27 def (FOCUS_OUT)
29 def (KEY_PRESS) 28 def (KEY_PRESS)
30 def (KEY_RELEASE) 29 def (KEY_RELEASE)
31 def (BUTTON_PRESS) 30 def (BUTTON_PRESS)
32 def (BUTTON_RELEASE) 31 def (BUTTON_RELEASE)
33 def (MOTION_NOTIFY) 32 def (MOTION_NOTIFY)
33 def (MAP_NOTIFY)
34 def (UNMAP_NOTIFY)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines