summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-03-07 08:59:32 +0000
committerjkh <jkh@FreeBSD.org>1998-03-07 08:59:32 +0000
commit75d39d7a552fc717e9e539107a8fcbf6d84d0e44 (patch)
tree97214572fb85254d213c07c6554304ab412fb0fa /usr.sbin/sysinstall/sysinstall.h
parent6682846885f7b3347088fca27d9c55c86426311e (diff)
downloadFreeBSD-src-75d39d7a552fc717e9e539107a8fcbf6d84d0e44.zip
FreeBSD-src-75d39d7a552fc717e9e539107a8fcbf6d84d0e44.tar.gz
Add a mouse configuration menu.
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 01d30d5..e155070 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: sysinstall.h,v 1.142 1997/10/12 16:21:19 jkh Exp $
+ * $Id: sysinstall.h,v 1.143 1997/10/14 18:17:35 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -129,6 +129,9 @@
#define VAR_LABEL_COUNT "labelCount"
#define VAR_MEDIA_TYPE "mediaType"
#define VAR_MEDIA_TIMEOUT "MEDIA_TIMEOUT"
+#define VAR_MOUSED "moused_enable"
+#define VAR_MOUSED_PORT "moused_port"
+#define VAR_MOUSED_TYPE "moused_type"
#define VAR_NAMESERVER "nameserver"
#define VAR_NETINTERACTIVE "netInteractive"
#define VAR_NETMASK "netmask"
@@ -636,6 +639,9 @@ extern WINDOW *savescr(void);
extern void restorescr(WINDOW *w);
extern char *sstrncpy(char *dst, const char *src, int size);
+/* mouse.c */
+extern int mousedTest(dialogMenuItem *self);
+
/* msg.c */
extern Boolean isDebug(void);
extern void msgInfo(char *fmt, ...);
OpenPOWER on IntegriCloud