diff options
author | Egbert Eich <eich@suse.de> | 2005-01-28 16:13:00 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2005-01-28 16:13:00 +0000 |
commit | d23c46dd3e2cbf84012055bad43b1bb15809a244 (patch) | |
tree | 9dbac9b3afca0d75a150fcb5ff677b0332863a05 /hw/xfree86/common/xf86Priv.h | |
parent | 1562ec5cc3706acfac1db04366f78e4949ef5502 (diff) |
Modifying X.Org Xserver DDX to allow to run X with ordinary user
permissions when no access to HW registers is required. For API changes
which mostly involve the modifications to make the RRFunc (introduced
with 6.8) more flexible please check Bugzilla #2407. NOTE: This patch
applies changes to OS specific files for other OSes which I cannot
test.
Diffstat (limited to 'hw/xfree86/common/xf86Priv.h')
-rw-r--r-- | hw/xfree86/common/xf86Priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index a9677bd73..8b0a4323b 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -112,6 +112,7 @@ extern int xf86Verbose; /* verbosity level */ extern int xf86LogVerbose; /* log file verbosity level */ extern Bool xf86ProbeOnly; extern Bool xf86DoProbe; +extern Bool xorgHWAccess; extern RootWinPropPtr *xf86RegisteredPropertiesTable; |