diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-11-15 12:16:36 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-11-15 12:21:25 -0800 |
commit | 8d0cd1cd2c57ee5a2fc4d577d8182d66369f0617 (patch) | |
tree | b6b1ff2fcf4feecafc3f68f80349f6a24da3188a /include/scrnintstr.h | |
parent | f797c96845a3fab37cda6839ebecf9ac5401fd6e (diff) |
Fix a really dumb typo.
Diffstat (limited to 'include/scrnintstr.h')
-rw-r--r-- | include/scrnintstr.h | 2 |
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*/, |