diff options
author | Simon Ser <contact@emersion.fr> | 2023-11-23 22:17:55 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-11-25 08:37:55 +0100 |
commit | 36cc698bc5513655e5c57ba62693fce9001d86e7 (patch) | |
tree | a8db4f627040703f79f14ebeb1543a80cfd9c3b4 /include | |
parent | 56ec13596a7aff5d0129df1edb2b00a271d45972 (diff) |
matrix: deprecate
Compositors should no longer need matrix operations to render:
the old rendering API has been removed, and the new API doesn't
take matrices as input.
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_matrix.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/include/wlr/types/wlr_matrix.h b/include/wlr/types/wlr_matrix.h index 043cf6d3..674cb538 100644 --- a/include/wlr/types/wlr_matrix.h +++ b/include/wlr/types/wlr_matrix.h @@ -1,16 +1,6 @@ /* - * This is a stable interface of wlroots. Future changes will be limited to: - * - * - New functions - * - New struct members - * - New enum members - * - * Note that wlroots does not make an ABI compatibility promise - in the future, - * the layout and size of structs used by wlroots may change, requiring code - * depending on this header to be recompiled (but not edited). - * - * Breaking changes are announced in the release notes and follow a 1-year - * deprecation schedule. + * This is a deprecated interface of wlroots. It will be removed in a future + * version. */ #ifndef WLR_TYPES_WLR_MATRIX_H |