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:
Franklin Wei
2024-08-14 20:28:57 -04:00
committed by Simon Tatham
parent f37913002a
commit 4149f2cb9c

View File

@ -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;