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.11 by root, Fri Jan 20 11:02:46 2006 UTC vs.
Revision 1.15 by root, Sat Feb 11 02:28:19 2006 UTC

22 def (TT_WRITE) 22 def (TT_WRITE)
23 23
24 def (REFRESH_BEGIN) 24 def (REFRESH_BEGIN)
25 def (REFRESH_END) 25 def (REFRESH_END)
26 26
27 def (KEYBOARD_COMMAND) 27 def (USER_COMMAND)
28 28
29 def (X_EVENT) 29 def (X_EVENT)
30 def (FOCUS_IN) 30 def (FOCUS_IN)
31 def (FOCUS_OUT) 31 def (FOCUS_OUT)
32 def (KEY_PRESS) 32 def (KEY_PRESS)
38 def (UNMAP_NOTIFY) 38 def (UNMAP_NOTIFY)
39 def (CONFIGURE_NOTIFY) 39 def (CONFIGURE_NOTIFY)
40 def (CLIENT_MESSAGE) 40 def (CLIENT_MESSAGE)
41 def (WM_DELETE_WINDOW) 41 def (WM_DELETE_WINDOW)
42 def (WM_PROTOCOLS) 42 def (WM_PROTOCOLS)
43 def (PROPERTY_NOTIFY)
44 def (RESIZE_ALL_WINDOWS)
45
46 def (XIM_PREEDIT_START)
47 def (XIM_PREEDIT_DONE)
48 def (XIM_PREEDIT_DRAW)
49 def (XIM_PREEDIT_CARET)
43 50
44 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe? 51 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?
45 52

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines