fix couple of typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Name: wx/wx/stackwalk.h
|
// Name: wx/stackwalk.h
|
||||||
// Purpose: wxStackWalker and related classes, common part
|
// Purpose: wxStackWalker and related classes, common part
|
||||||
// Author: Vadim Zeitlin
|
// Author: Vadim Zeitlin
|
||||||
// Modified by:
|
// Modified by:
|
||||||
|
@@ -201,7 +201,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Anti-aliasing modes used by wxGraphicsContext::SetAntialisingMode
|
Anti-aliasing modes used by wxGraphicsContext::SetAntialiasMode().
|
||||||
*/
|
*/
|
||||||
enum wxAntialiasMode
|
enum wxAntialiasMode
|
||||||
{
|
{
|
||||||
@@ -215,7 +215,7 @@ enum wxAntialiasMode
|
|||||||
/**
|
/**
|
||||||
Compositing is done using Porter-Duff compositions
|
Compositing is done using Porter-Duff compositions
|
||||||
(see http://keithp.com/~keithp/porterduff/p253-porter.pdf) with
|
(see http://keithp.com/~keithp/porterduff/p253-porter.pdf) with
|
||||||
wxGraphicsContext::SetCompositionMode
|
wxGraphicsContext::SetCompositionMode().
|
||||||
|
|
||||||
The description give a short equation on how the values of a resulting
|
The description give a short equation on how the values of a resulting
|
||||||
pixel are calculated.
|
pixel are calculated.
|
||||||
|
Reference in New Issue
Block a user