adding default interpolation enum
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,8 +29,10 @@ enum wxAntialiasMode
|
||||
|
||||
enum wxInterpolationQuality
|
||||
{
|
||||
// default interpolation
|
||||
wxINTERPOLATION_DEFAULT,
|
||||
// no interpolation
|
||||
wxINTERPOLATION_NONE, // should be 0
|
||||
wxINTERPOLATION_NONE,
|
||||
// fast interpolation, suited for interactivity
|
||||
wxINTERPOLATION_FAST,
|
||||
// better quality
|
||||
|
Reference in New Issue
Block a user