summaryrefslogtreecommitdiff
path: root/miext
diff options
context:
space:
mode:
Diffstat (limited to 'miext')
-rw-r--r--miext/shadow/shadow.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/miext/shadow/shadow.h b/miext/shadow/shadow.h
index 5f4f8ccbe..b93e810dc 100644
--- a/miext/shadow/shadow.h
+++ b/miext/shadow/shadow.h
@@ -165,9 +165,17 @@ shadowUpdateRotate32_270 (ScreenPtr pScreen,
shadowBufPtr pBuf);
void
+shadowUpdateRotate8 (ScreenPtr pScreen,
+ shadowBufPtr pBuf);
+
+void
shadowUpdateRotate16 (ScreenPtr pScreen,
shadowBufPtr pBuf);
+void
+shadowUpdateRotate32 (ScreenPtr pScreen,
+ shadowBufPtr pBuf);
+
typedef void (* shadowUpdateProc)(ScreenPtr, shadowBufPtr);
shadowUpdateProc shadowUpdatePackedWeak(void);