Add forgotten definition of vt_default_mouse_pointer.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
ray 2013-11-11 13:06:31 +00:00
parent d5a2f3c539
commit 792e20c4de

View File

@ -120,6 +120,7 @@ extern unsigned char vt_logo_image[];
/* Font. */
extern struct vt_font vt_font_default;
extern struct mouse_cursor vt_default_mouse_pointer;
static int signal_vt_rel(struct vt_window *);
static int signal_vt_acq(struct vt_window *);