Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Adam Jackson
xserver
Commits
8d0cd1cd
Commit
8d0cd1cd
authored
Nov 15, 2007
by
Aaron Plattner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a really dumb typo.
parent
f797c968
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/scrnintstr.h
include/scrnintstr.h
+1
-1
render/render.c
render/render.c
+1
-1
No files found.
include/scrnintstr.h
View file @
8d0cd1cd
...
...
@@ -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_PI
M
XAP_USAGE_GLYPH_PICTURE 3
#define CREATE_PIX
M
AP_USAGE_GLYPH_PICTURE 3
typedef
PixmapPtr
(
*
CreatePixmapProcPtr
)(
ScreenPtr
/*pScreen*/
,
...
...
render/render.c
View file @
8d0cd1cd
...
...
@@ -1203,7 +1203,7 @@ ProcRenderAddGlyphs (ClientPtr client)
pDstPix
=
(
pScreen
->
CreatePixmap
)
(
pScreen
,
width
,
height
,
depth
,
CREATE_PI
M
XAP_USAGE_GLYPH_PICTURE
);
CREATE_PIX
M
AP_USAGE_GLYPH_PICTURE
);
GlyphPicture
(
glyph
)[
screen
]
=
pDst
=
CreatePicture
(
0
,
&
pDstPix
->
drawable
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment