Forgot to commit MAGIC_FEATURE_CONTROL into tp_magic_api.h.in

.in is important!
This commit is contained in:
Bill Kendrick 2023-04-13 21:18:59 -07:00
parent 7d68f38dc7
commit 76dd03df2b

View file

@ -186,7 +186,8 @@ enum {
/* Magic-relevant Tux Paint features (which may be reported as disabled) */
#define MAGIC_FEATURE_SIZE 0x00000001
#define MAGIC_FEATURE_CONTROL 0x00000001
#define MAGIC_FEATURE_SIZE 0x00000002
#endif