diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-11-25 11:27:26 +0100 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2011-11-25 17:04:40 +0100 |
commit | d7576c2c50dd0f3b7f70f97d9bde4e8b859e89e5 (patch) | |
tree | 2f0cce647208610f4803a2bc8c3091ee744f005b /vmwgfx/vmwgfx_driver.h | |
parent | 22d3e58b8810a73c4818d4d3943776a387147b83 (diff) |
vmwgfx: Use config options to optionally set GUI topology
Use option "StaticXinerama" or "GuiLayout" to set initial GUI topology,
similar to how these options are used with the legacy driver.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'vmwgfx/vmwgfx_driver.h')
-rw-r--r-- | vmwgfx/vmwgfx_driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vmwgfx/vmwgfx_driver.h b/vmwgfx/vmwgfx_driver.h index d0d4e52..aaa95f1 100644 --- a/vmwgfx/vmwgfx_driver.h +++ b/vmwgfx/vmwgfx_driver.h @@ -120,8 +120,6 @@ typedef struct _modesettingRec #ifdef DRI2 Bool dri2_available; #endif - - Bool initialization; } modesettingRec, *modesettingPtr; #define modesettingPTR(p) ((modesettingPtr)((p)->driverPrivate)) |