summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kdrive.h
diff options
context:
space:
mode:
authorPhil Blundell <pb@reciva.com>2004-11-13 16:41:00 +0000
committerPhil Blundell <pb@reciva.com>2004-11-13 16:41:00 +0000
commit36d9e01c0d36eaf0d9cb1e77dd2908b09d55a35d (patch)
treec3cd0f7e541fd7b4883733fe5d64697a4b917ab9 /hw/kdrive/src/kdrive.h
parent3b0dce3620e4cce74c3a2c7f9077cc28be11740d (diff)
New global variable. (KdProcessArgument): Set it to TRUE on -nozap switch.
(KdUseMsg): Add help for -nozap and -rgba switches. Declare. Honour dontZap flag.
Diffstat (limited to 'hw/kdrive/src/kdrive.h')
-rw-r--r--hw/kdrive/src/kdrive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/kdrive/src/kdrive.h b/hw/kdrive/src/kdrive.h
index 3bb73a213..bf542a41a 100644
--- a/hw/kdrive/src/kdrive.h
+++ b/hw/kdrive/src/kdrive.h
@@ -410,6 +410,7 @@ extern Bool kdEnabled;
extern Bool kdSwitchPending;
extern Bool kdEmulateMiddleButton;
extern Bool kdDisableZaphod;
+extern Bool kdDontZap;
extern int kdVirtualTerminal;
extern char *kdSwitchCmd;
extern KdOsFuncs *kdOsFuncs;