diff options
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); |