tablet-input: README.md formatting

This commit is contained in:
A Frederick Christensen
2025-01-01 16:06:37 -06:00
parent 45dbbf1c54
commit 5e744ae3ff
+1
View File
@@ -7,6 +7,7 @@ inspired by @guyuming76's [branch](https://codeberg.org/guyuming76/dwl/commits/b
In versions less than or equal to 0.18.1 (against which, dwl 0.7 is typically built), the order is `tablet, surface`. In versions less than or equal to 0.18.1 (against which, dwl 0.7 is typically built), the order is `tablet, surface`.
In the master branch and (anticipated) in versions later than 0.18.1, the order is `surface, tablet`. In the master branch and (anticipated) in versions later than 0.18.1, the order is `surface, tablet`.
The git branch for this patch uses the `surface, tablet` order. The git branch for this patch uses the `surface, tablet` order.
If you are attempting to use this codebase to make your own modifications to the patch, there is only one call to the `wlr_surface_accepts_tablet_v2` function, but you will need to make the argument order change. If you are attempting to use this codebase to make your own modifications to the patch, there is only one call to the `wlr_surface_accepts_tablet_v2` function, but you will need to make the argument order change.
The `0.7` patch linked here accounts for the change and uses the `tablet, surface` order, but the patch is orphaned from a codebase. The `0.7` patch linked here accounts for the change and uses the `tablet, surface` order, but the patch is orphaned from a codebase.