| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: add enum bitfield test | Simon Ser | 2024-07-09 | 1 | -0/+15 |
| | | | | | Signed-off-by: Simon Ser <contact@emersion.fr> | ||||
| * | scanner: add validators for enums | Simon Ser | 2024-04-23 | 1 | -0/+13 |
| Right now compositors need to manually check that enum values sent by the client are valid. In particular: - Check that the value sent by the client is not outside of the enum. - Check that the version of the enum entry is consistent with the object version. Automatically generate validator functions to perform these tasks. Signed-off-by: Simon Ser <contact@emersion.fr> Closes: https://gitlab.freedesktop.org/wayland/wayland/-/issues/104 | |||||
