summaryrefslogtreecommitdiff
path: root/src/nv_proto.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2013-11-18 21:14:42 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2015-12-21 16:45:08 +0100
commit38d888e0f377bf28373b55c3250c39ab5f8c95b3 (patch)
tree1aea6656066453ae23e27a51b42fc46270a47912 /src/nv_proto.h
parent0b6619fec39fada995646fb95bb25e72d3c9a491 (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.h1
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);