1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6int jump_to_mouse(int flags, _Bool *inclusive, int which_button);
7_Bool mouse_comp_pos(win_T *win, int *rowp, int *colp, linenr_T *lnump);
8win_T *mouse_find_win(int *gridp, int *rowp, int *colp);
9void setmouse(void);
10int mouse_has(int c);
11void set_mouse_topline(win_T *wp);
12_Bool mouse_scroll_horiz(int dir);
13#include "nvim/func_attr.h"
14