diff options
author | Nathan Kidd <[email protected]> | 2014-01-03 16:44:00 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-01-06 09:55:38 -0700 |
commit | 0691b37732e3b032fbd354537b20090a3ee8e122 (patch) | |
tree | 4883628a61a373fb6c9af69231b5433fa97d01f3 /docs/xlibdriver.html | |
parent | a61ae2aa01c9b1976ba4107c1564e0c3f94aea4d (diff) |
docs: fix misspellings
Fixed what I noticed; no warranty for exhaustiveness.
Signed-off-by: Nathan Kidd <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/xlibdriver.html')
-rw-r--r-- | docs/xlibdriver.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xlibdriver.html b/docs/xlibdriver.html index ce1ff3b132e..d3d8ab4db12 100644 --- a/docs/xlibdriver.html +++ b/docs/xlibdriver.html @@ -107,7 +107,7 @@ for your application. <p> When using Mesa directly or with GLX, it's up to the application writer to create a window with an appropriate colormap. The GLUT -toolkit tris to minimize colormap <em>flashing</em> by sharing +toolkit tries to minimize colormap <em>flashing</em> by sharing colormaps when possible. Specifically, if the visual and depth of the window matches that of the root window, the root window's colormap will be shared by the Mesa window. Otherwise, a new, private colormap |