diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2013-11-18 21:14:42 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2015-12-21 16:45:08 +0100 |
commit | 38d888e0f377bf28373b55c3250c39ab5f8c95b3 (patch) | |
tree | 1aea6656066453ae23e27a51b42fc46270a47912 /src/nv_local.h | |
parent | 0b6619fec39fada995646fb95bb25e72d3c9a491 (diff) |
Fix shadow framebuffer implementation.
Makes it possible to run the nv driver without XAA on cards where
EXA is not supported.
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'src/nv_local.h')
-rw-r--r-- | src/nv_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nv_local.h b/src/nv_local.h index a0b5e41..8ff8aa1 100644 --- a/src/nv_local.h +++ b/src/nv_local.h @@ -32,6 +32,7 @@ #include "compiler.h" #include "xf86_OSproc.h" +#include "shadow.h" /* * Typedefs to force certain sized values. */ |