diff options
author | Keith Packard <keithp@keithp.com> | 2010-06-22 12:11:20 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-06-22 12:11:20 -0700 |
commit | e2918b67395a48397bf7db545584cc2d4f4e7ccf (patch) | |
tree | 6debd0d80c7d9dbf5a439c374f179547d80d581f /hw/xfree86/loader | |
parent | 7673451ade46ebacfdfc02a5190149210198fdd8 (diff) |
Revert "mi: Remove unused overlay support"
This reverts commit 9120e58556014e514eef9dfe43cdea4b74dc66ae.
Whoops, please revert this patch -- overlay is in use in nvidia drivers,
and it's too late in release cycle to remove it.
I feel really sorry that I kept this patch in my tree. I will submit
another one, removing only XAA overlay hooks which are not used at all.
Diffstat (limited to 'hw/xfree86/loader')
-rwxr-xr-x | hw/xfree86/loader/sdksyms.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/loader/sdksyms.sh b/hw/xfree86/loader/sdksyms.sh index 424503102..13c5ae5f8 100755 --- a/hw/xfree86/loader/sdksyms.sh +++ b/hw/xfree86/loader/sdksyms.sh @@ -231,6 +231,7 @@ cat > sdksyms.c << EOF #include "miwideline.h" #include "mistruct.h" #include "mifpoly.h" +#include "mioverlay.h" /* randr/Makefile.am */ |