diff options
Diffstat (limited to 'Build/source/texk/xdvik/xdvi.h')
-rw-r--r-- | Build/source/texk/xdvik/xdvi.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/xdvik/xdvi.h b/Build/source/texk/xdvik/xdvi.h index fe519719a91..3fb634ec572 100644 --- a/Build/source/texk/xdvik/xdvi.h +++ b/Build/source/texk/xdvik/xdvi.h @@ -869,6 +869,17 @@ typedef void (*mouse_proc) (XEvent *); extern mouse_proc mouse_motion; extern mouse_proc mouse_release; +struct mouse_acts { + Modifiers mask; + Modifiers value; + struct _LateBindings *late_bindings; + unsigned int button; + struct xdvi_action *action; + struct mouse_acts *next; +}; + +extern struct mouse_acts *mouse_actions; + #if GREY extern Pixel plane_masks[4]; #endif |