summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2000-04-08 03:04:32 +0000
committermurray <murray@FreeBSD.org>2000-04-08 03:04:32 +0000
commit025b04375037348440374732629c25661831a0b0 (patch)
treec0b777f301b3065cb19aff93e398822338aa0a56 /usr.sbin/sysinstall/sysinstall.h
parentbaa52b87aa970f0bbc7a478af19adaae79c4f242 (diff)
downloadFreeBSD-src-025b04375037348440374732629c25661831a0b0.zip
FreeBSD-src-025b04375037348440374732629c25661831a0b0.tar.gz
PR: 17559
Approved by: jkh You can't enable 'emulate 3 button' option for moused in sysinstall. This adds a menu option to set moused_flags and the help text explains that entering "-3" will enable this feature.
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index e4a3fc1..815ca4a 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -130,6 +130,7 @@
#define VAR_MEDIA_TYPE "mediaType"
#define VAR_MEDIA_TIMEOUT "MEDIA_TIMEOUT"
#define VAR_MOUSED "moused_enable"
+#define VAR_MOUSED_FLAGS "moused_flags"
#define VAR_MOUSED_PORT "moused_port"
#define VAR_MOUSED_TYPE "moused_type"
#define VAR_NAMESERVER "nameserver"
@@ -660,6 +661,7 @@ extern char *sstrncpy(char *dst, const char *src, int size);
/* mouse.c */
extern int mousedTest(dialogMenuItem *self);
extern int mousedDisable(dialogMenuItem *self);
+extern int setMouseFlags(dialogMenuItem *self);
/* msg.c */
extern Boolean isDebug(void);
OpenPOWER on IntegriCloud