summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2007-11-15 12:16:36 -0800
committerAaron Plattner <aplattner@nvidia.com>2007-11-15 12:21:25 -0800
commit8d0cd1cd2c57ee5a2fc4d577d8182d66369f0617 (patch)
treeb6b1ff2fcf4feecafc3f68f80349f6a24da3188a /include
parentf797c96845a3fab37cda6839ebecf9ac5401fd6e (diff)
Fix a really dumb typo.
Diffstat (limited to 'include')
-rw-r--r--include/scrnintstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h
index 383ee80e1..bad0e51a9 100644
--- a/include/scrnintstr.h
+++ b/include/scrnintstr.h
@@ -202,7 +202,7 @@ typedef void (* ClipNotifyProcPtr)(
/* pixmap will be the backing pixmap for a redirected window */
#define CREATE_PIXMAP_USAGE_BACKING_PIXMAP 2
/* pixmap will contain a glyph */
-#define CREATE_PIMXAP_USAGE_GLYPH_PICTURE 3
+#define CREATE_PIXMAP_USAGE_GLYPH_PICTURE 3
typedef PixmapPtr (* CreatePixmapProcPtr)(
ScreenPtr /*pScreen*/,