From 8d0cd1cd2c57ee5a2fc4d577d8182d66369f0617 Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Thu, 15 Nov 2007 12:16:36 -0800 Subject: [PATCH] Fix a really dumb typo. --- include/scrnintstr.h | 2 +- render/render.c | 2 +- 2 files changed, 2 insertions(+), 2 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*/, diff --git a/render/render.c b/render/render.c index 3a9d24a02..ca6e62f50 100644 --- a/render/render.c +++ b/render/render.c @@ -1203,7 +1203,7 @@ ProcRenderAddGlyphs (ClientPtr client) pDstPix = (pScreen->CreatePixmap) (pScreen, width, height, depth, - CREATE_PIMXAP_USAGE_GLYPH_PICTURE); + CREATE_PIXMAP_USAGE_GLYPH_PICTURE); GlyphPicture (glyph)[screen] = pDst = CreatePicture (0, &pDstPix->drawable,