summaryrefslogtreecommitdiff
path: root/miext/shadow/shadow.h
diff options
context:
space:
mode:
Diffstat (limited to 'miext/shadow/shadow.h')
-rw-r--r--miext/shadow/shadow.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/miext/shadow/shadow.h b/miext/shadow/shadow.h
index 7f6ceb850..d301916e4 100644
--- a/miext/shadow/shadow.h
+++ b/miext/shadow/shadow.h
@@ -163,12 +163,12 @@ void
shadowUpdateRotate32_270 (ScreenPtr pScreen,
shadowBufPtr pBuf);
-typedef void * shadowUpdateProc(ScreenPtr, shadowBufPtr);
+typedef void (* shadowUpdateProc)(ScreenPtr, shadowBufPtr);
-shadowUpdateProc *shadowUpdatePackedWeak(void);
-shadowUpdateProc *shadowUpdatePlanar4Weak(void);
-shadowUpdateProc *shadowUpdatePlanar4x8Weak(void);
-shadowUpdateProc *shadowUpdateRotatePackedWeak(void);
+shadowUpdateProc shadowUpdatePackedWeak(void);
+shadowUpdateProc shadowUpdatePlanar4Weak(void);
+shadowUpdateProc shadowUpdatePlanar4x8Weak(void);
+shadowUpdateProc shadowUpdateRotatePackedWeak(void);
void
shadowWrapGC (GCPtr pGC);