Sync docs for updated tp_magic_example.c's

This commit is contained in:
Bill Kendrick 2024-05-10 01:00:31 -07:00
parent 5bdbc2766b
commit e096b9a5dd
14 changed files with 82 additions and 82 deletions

View file

@ -1,7 +1,7 @@
/* tp_magic_example.c
An example of a "Magic" tool plugin for Tux Paint
Febreiro 28, 2024
Maio 10, 2024
*/
@ -681,7 +681,7 @@ tool (e.g., Brush or Text).
image-changing tools such as New and Open.)
(And in that case, our example_switchin() function will be called moments
later.
later.)
It also happens when a Magic tool's mode changes (we will then receive a
call to 'example_switchin()', above, for the new mode).