diff options
author | Shelley Gong <shelleygong@vmware.com> | 2009-04-16 13:28:47 -0700 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2009-04-16 13:28:47 -0700 |
commit | e3769142d80953d6da484eb979f5274c8a3abeb3 (patch) | |
tree | 3054098a77f32c3578c86a9b8dc2dbadbf90a0fd /src/vmware.h | |
parent | 3c223e8f7b03e2d7f8c31faeeeeb37030c461176 (diff) |
Automatically add modelines for the driver's built-in set of modes.
The driver has had a built-in set of modes for a while, but there
was nothing adding modelines to back them up, causing initial modes
to be rejected at startup with certain Xorg versions.
This change adds the actual modelines for sufficiently new versions
of the server (>= 1.2), as the necessary calls were only introduced
at that time.
Diffstat (limited to 'src/vmware.h')
-rw-r--r-- | src/vmware.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vmware.h b/src/vmware.h index 3cad89d..2b3c119 100644 --- a/src/vmware.h +++ b/src/vmware.h @@ -294,4 +294,8 @@ void vmwareCheckVideoSanity( ScrnInfoPtr pScrn ); +/* vmwaremode.c */ +void vmwareGetSupportedModelines( + DisplayModePtr *monitorModes + ); #endif |