Parse support for [no]magicsizes; new MAGIC_FEATURE_CONTROL bitmask
This commit is contained in:
parent
c2585d7a26
commit
eda0a646be
14 changed files with 30 additions and 2 deletions
|
|
@ -191,6 +191,8 @@ Magic Tool Plugin API Documentation
|
|||
features relevant to Magic tools which have been disabled in this
|
||||
session. Test using the C bitwise 'and' operator, '&'. The
|
||||
features are defined in tp_magic_api.h:
|
||||
* MAGIC_FEATURE_CONTROL: Magic tool controls (paint vs
|
||||
fullscreen) (--nomagiccontrols)
|
||||
* MAGIC_FEATURE_SIZE: Magic tool size (--nomagicsizes)
|
||||
Your Magic tool(s) may wish to react differently depending on
|
||||
whether one or more features have been disabled. (For example, the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue