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_proto.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_proto.h')
-rw-r--r-- | src/nv_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nv_proto.h b/src/nv_proto.h index 0e9fdcc..ff764cf 100644 --- a/src/nv_proto.h +++ b/src/nv_proto.h @@ -49,6 +49,7 @@ int NVShowHideCursor(NVPtr,int); void NVLockUnlock(NVPtr,int); /* in nv_shadow.c */ +void NVShadowUpdate (ScreenPtr pScreen, shadowBufPtr pBuf); void NVRefreshArea(ScrnInfoPtr pScrn, int num, BoxPtr pbox); void NVRefreshArea8(ScrnInfoPtr pScrn, int num, BoxPtr pbox); void NVRefreshArea16(ScrnInfoPtr pScrn, int num, BoxPtr pbox); |