add stub for STROKE_PURE hint in android

This commit is contained in:
benfry
2012-09-07 15:25:32 +00:00
parent 63dccabba3
commit dc47fd5fe0
2 changed files with 15 additions and 6 deletions
@@ -424,7 +424,12 @@ public interface PConstants {
static final int DISABLE_TEXTURE_MIPMAPS = 11;
static final int ENABLE_TEXTURE_MIPMAPS = -11;
static final int HINT_COUNT = 12;
static final int ENABLE_STROKE_PURE = 12;
static final int DISABLE_STROKE_PURE = -12;
static final int HINT_COUNT = 13;
// error messages
static final String ERROR_BACKGROUND_IMAGE_SIZE =