From d74f9ab3960b6e1ef24ea53424bae2a3d16a9120 Mon Sep 17 00:00:00 2001 From: uz Date: Fri, 11 Sep 2009 16:45:43 +0000 Subject: [PATCH] Added a mouse_stddrv variable that contains the standard mouse driver for a system. git-svn-id: svn://svn.cc65.org/cc65/trunk@4148 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/mouse.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/mouse.h b/include/mouse.h index 6b48a8d85..4d19e89cf 100644 --- a/include/mouse.h +++ b/include/mouse.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 2003-2004 Ullrich von Bassewitz */ -/* Römerstraße 52 */ -/* D-70794 Filderstadt */ -/* EMail: uz@cc65.org */ +/* (C) 2003-2009, Ullrich von Bassewitz */ +/* Roemerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* */ @@ -96,6 +96,9 @@ struct mouse_callbacks { /* The default mouse callbacks */ extern const struct mouse_callbacks mouse_def_callbacks; +/* The name of the standard joystick driver for a platform */ +extern const char mouse_stddrv[]; + /*****************************************************************************/ -- 2.39.5