diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2007-03-06 23:16:53 -0800 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2007-03-06 23:17:55 -0800 |
commit | 81722a21d232fa6cfb11fbe3d984abab50e89bcc (patch) | |
tree | b19fb4e8efa8a247fe924200a2bfc8bc1c8bca79 /src/common.h | |
parent | 04f50961e2f1610c39e7e4b45811f2a6b517cad6 (diff) |
Remove usage of 'shadow' module. Use xf86CrtcScreenInit.
With the new mode setting code, rotation is handled outside of the driver,
so the old usage of the 'shadow' module is no longer needed. Code to
initialize the crtc structures has been moved out of the driver and into the
modes code.
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 6e8ddbda..f596eb87 100644 --- a/src/common.h +++ b/src/common.h @@ -87,7 +87,6 @@ extern const char *I810ddcSymbols[]; extern const char *I810fbSymbols[]; extern const char *I810xaaSymbols[]; extern const char *I810shadowFBSymbols[]; -extern const char *I810shadowSymbols[]; #ifdef XF86DRI extern const char *I810driSymbols[]; extern const char *I810drmSymbols[]; |