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:
Stefan Csomor
2011-06-09 23:05:09 +00:00
parent a173c81340
commit 3399af21d1
2 changed files with 5 additions and 1 deletions

View File

@@ -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