svn commit: r257984 - user/ed/newcons/sys/dev/vt
Aleksandr Rybalko
ray at FreeBSD.org
Mon Nov 11 12:44:54 UTC 2013
Author: ray
Date: Mon Nov 11 12:44:54 2013
New Revision: 257984
URL: http://svnweb.freebsd.org/changeset/base/257984
Log:
Define vt_mouse_event method.
Sponsored by: The FreeBSD Foundation
Modified:
user/ed/newcons/sys/dev/vt/vt.h
Modified: user/ed/newcons/sys/dev/vt/vt.h
==============================================================================
--- user/ed/newcons/sys/dev/vt/vt.h Mon Nov 11 12:38:28 2013 (r257983)
+++ user/ed/newcons/sys/dev/vt/vt.h Mon Nov 11 12:44:54 2013 (r257984)
@@ -386,5 +386,6 @@ int vtfont_load(vfnt_t *f, struct vt_f
/* 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_ */
More information about the svn-src-user
mailing list