summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Privstr.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-11-02 03:16:10 +0200
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-11-02 03:16:10 +0200
commitba9f5138fc32a7a7b97bcf941bc92751b7c6c2c0 (patch)
tree18583a15294206d19d480f7726da8cf798ac63d1 /hw/xfree86/common/xf86Privstr.h
parentbe291a6d9764cf29a7d9a8114d47d9f41ce856e9 (diff)
xfree86: allow starting with no input devices
Add a server flag (AllowEmptyInput), which will inhibit adding the standard keyboard and mouse drivers, if there are no input devices in the config file.
Diffstat (limited to 'hw/xfree86/common/xf86Privstr.h')
-rw-r--r--hw/xfree86/common/xf86Privstr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86Privstr.h b/hw/xfree86/common/xf86Privstr.h
index 7dfcfeabe..659e566e0 100644
--- a/hw/xfree86/common/xf86Privstr.h
+++ b/hw/xfree86/common/xf86Privstr.h
@@ -133,6 +133,9 @@ typedef struct {
Bool allowClosedown;
ServerGrabInfoRec server;
} grabInfo;
+
+ Bool allowEmptyInput; /* Allow the server to start with no input
+ * devices. */
} xf86InfoRec, *xf86InfoPtr;
#ifdef DPMSExtension