Define vt_mouse_event method.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
ray 2013-11-11 12:44:54 +00:00
parent 8dbd4d4ade
commit d5a2f3c539

View File

@ -386,5 +386,6 @@ int vtfont_load(vfnt_t *f, struct vt_font **ret);
/* Sysmouse. */
void sysmouse_process_event(mouse_info_t *mi);
void vt_mouse_event(int type, int x, int y, int event, int cnt);
#endif /* !_DEV_VT_VT_H_ */