Fix wxUSE_DC_CACHEING spelling in the documentation.

It was consistently misspelt as wxUSE_DC_CACHE.

Closes #12377.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-11-10 00:36:45 +00:00
parent 9b341e6fa1
commit 519d7f238c

View File

@@ -1102,7 +1102,7 @@ public:
This sequence of operations ensures that the source's transparent This sequence of operations ensures that the source's transparent
area need not be black, and logical functions are supported. area need not be black, and logical functions are supported.
@n @b Note: on Windows, blitting with masks can be speeded up @n @b Note: on Windows, blitting with masks can be speeded up
considerably by compiling wxWidgets with the wxUSE_DC_CACHE option considerably by compiling wxWidgets with the wxUSE_DC_CACHEING option
enabled. You can also influence whether MaskBlt or the explicit enabled. You can also influence whether MaskBlt or the explicit
mask blitting code above is used, by using wxSystemOptions and mask blitting code above is used, by using wxSystemOptions and
setting the @c no-maskblt option to 1. setting the @c no-maskblt option to 1.
@@ -1173,7 +1173,7 @@ public:
This sequence of operations ensures that the source's transparent This sequence of operations ensures that the source's transparent
area need not be black, and logical functions are supported. area need not be black, and logical functions are supported.
@n @b Note: on Windows, blitting with masks can be speeded up @n @b Note: on Windows, blitting with masks can be speeded up
considerably by compiling wxWidgets with the wxUSE_DC_CACHE option considerably by compiling wxWidgets with the wxUSE_DC_CACHEING option
enabled. You can also influence whether MaskBlt or the explicit enabled. You can also influence whether MaskBlt or the explicit
mask blitting code above is used, by using wxSystemOptions and mask blitting code above is used, by using wxSystemOptions and
setting the @c no-maskblt option to 1. setting the @c no-maskblt option to 1.