diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-09-11 20:25:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-09-11 20:25:35 +0000 |
commit | 2134086300bdab669f5b0359f2965c8a411cb8a3 (patch) | |
tree | abfe0a49655fee04f812b4243a7faf1a5165aaae /driver/xf86-video-openchrome/src/via_driver.h | |
parent | 37aadccc1fd616f9b06536999a2919e4f12ed3b4 (diff) |
Cherry-pick upstreams commit to convert the openchrome driver to
compat-api.h for compatibility with xserver 1.13.
Unfortunaltly recent versions of the driver are broken in the !dri
!kms case, so it cannot be upgraded.OA
Diffstat (limited to 'driver/xf86-video-openchrome/src/via_driver.h')
-rw-r--r-- | driver/xf86-video-openchrome/src/via_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/xf86-video-openchrome/src/via_driver.h b/driver/xf86-video-openchrome/src/via_driver.h index 4ac80895b..8a3d97b2e 100644 --- a/driver/xf86-video-openchrome/src/via_driver.h +++ b/driver/xf86-video-openchrome/src/via_driver.h @@ -63,6 +63,7 @@ #include "vbe.h" #include "xaa.h" +#include "compat-api.h" #include "via_regs.h" #include "via_bios.h" #include "via_priv.h" |