diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-11-02 03:16:10 +0200 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-11-02 03:16:10 +0200 |
commit | ba9f5138fc32a7a7b97bcf941bc92751b7c6c2c0 (patch) | |
tree | 18583a15294206d19d480f7726da8cf798ac63d1 /hw/xfree86/common/xf86Privstr.h | |
parent | be291a6d9764cf29a7d9a8114d47d9f41ce856e9 (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.h | 3 |
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 |