summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-10-06 18:38:53 -0700
committerEric Anholt <eric@anholt.net>2009-10-08 15:34:09 -0700
commitf309d475241260cf60567100511d5f7c6c487a29 (patch)
tree3aa737627b36783f69cfa037c7a2b118242d2a26 /src/i830.h
parentda0f6616ad63f1581cf91a98104e5287aa44e7ce (diff)
Call pPixmaps plain old pixmaps.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index 442ad100..07b6c8de 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -314,7 +314,7 @@ intel_get_screen_private(ScrnInfoPtr scrn)
#define ALIGN(i,m) (((i) + (m) - 1) & ~((m) - 1))
#define MIN(a,b) ((a) < (b) ? (a) : (b))
-unsigned long intel_get_pixmap_pitch(PixmapPtr pPix);
+unsigned long intel_get_pixmap_pitch(PixmapPtr pixmap);
/* Batchbuffer support macros and functions */
#include "i830_batchbuffer.h"