mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix a really dumb typo.
This commit is contained in:
@@ -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*/,
|
||||
|
||||
Reference in New Issue
Block a user