mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
Add comment pointing to the rationale for versioning the drawing API.
I'm guessing that front end authors might look here to investigate a build failure due to the recent changes to the drawing API. (This unfortunately needs to be a separate commit from its parent -- otherwise it would need to reference its own hash!)
This commit is contained in:

committed by
Simon Tatham

parent
f37913002a
commit
4149f2cb9c
@ -788,8 +788,9 @@ struct drawing_api {
|
||||
* Change log:
|
||||
*
|
||||
* Version 1 (2024-08-14): Introduction of version number, in
|
||||
* conjunction with changing every API function to take `drawing *`
|
||||
* instead of `void *`.
|
||||
* conjunction with changing every API function to take `drawing
|
||||
* *` instead of `void *`. See commit 992613f for the detailed
|
||||
* rationale behind this change.
|
||||
*/
|
||||
int version;
|
||||
|
||||
|
Reference in New Issue
Block a user