Commit 2b25eb3d authored by Ulrich Sibiller's avatar Ulrich Sibiller

Pixmap.c: fix comment phrasing/spelling

parent 1bfafc12
...@@ -1355,7 +1355,7 @@ Bool nxagentPixmapOnShadowDisplay(PixmapPtr pMap) ...@@ -1355,7 +1355,7 @@ Bool nxagentPixmapOnShadowDisplay(PixmapPtr pMap)
/* /*
FIXME: If the pixmap has a different depth from the window, the FIXME: If the pixmap has a different depth from the window, the
XPutImage returns a BadMatch. For example this may happens if XPutImage returns a BadMatch. For example this may happen if
the Render extension is enabled. the Render extension is enabled.
Can we fix this creating a new pixmap? Can we fix this creating a new pixmap?
*/ */
...@@ -1372,7 +1372,7 @@ FIXME: If the pixmap has a different depth from the window, the ...@@ -1372,7 +1372,7 @@ FIXME: If the pixmap has a different depth from the window, the
/* /*
* If the framebuffer is updated continuously, the nxagent * If the framebuffer is updated continuously, the nxagent
* visualization become too much slow. * visualization becomes much too slow.
*/ */
if ((GetTimeInMillis() - showTime) < 500) if ((GetTimeInMillis() - showTime) < 500)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment