Sync docs & more info re: forthcoming Magic size feature

This commit is contained in:
Bill Kendrick 2023-04-11 21:55:39 -07:00
parent 8cd00d279e
commit 84bfec3365
12 changed files with 233 additions and 10 deletions

View file

@ -184,5 +184,9 @@ enum {
MAGIC_TYPE_ARTISTIC
};
/* Magic-relevant Tux Paint features (which may be reported as disabled) */
#define MAGIC_FEATURE_SIZE 0x00000001
#endif