diff options
Diffstat (limited to 'xorg-server/include/pixmap.h')
-rw-r--r-- | xorg-server/include/pixmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/include/pixmap.h b/xorg-server/include/pixmap.h index 46ec3f5a2..12bb94fd1 100644 --- a/xorg-server/include/pixmap.h +++ b/xorg-server/include/pixmap.h @@ -99,7 +99,7 @@ extern _X_EXPORT PixmapPtr GetScratchPixmapHeader(ScreenPtr /*pScreen */ , int /*depth */ , int /*bitsPerPixel */ , int /*devKind */ , - void */*pPixData */ ); + void * /*pPixData */ ); extern _X_EXPORT void FreeScratchPixmapHeader(PixmapPtr /*pPixmap */ ); |