Forgot to commit MAGIC_FEATURE_CONTROL into tp_magic_api.h.in
.in is important!
This commit is contained in:
parent
7d68f38dc7
commit
76dd03df2b
1 changed files with 2 additions and 1 deletions
|
|
@ -186,7 +186,8 @@ enum {
|
||||||
|
|
||||||
/* Magic-relevant Tux Paint features (which may be reported as disabled) */
|
/* 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
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue