diff options
author | Kirill Primak <[email protected]> | 2022-03-30 16:10:41 +0300 |
---|---|---|
committer | Simon Ser <[email protected]> | 2022-04-01 14:22:28 +0000 |
commit | 5283ff56872f0602d2af8e1d40a52d6aad3ffb62 (patch) | |
tree | 367180c58501c80298ccdca083e70ad81f0b5a2a | |
parent | 3751af63c4c4f13f499b2322dedaa4ffbb87f795 (diff) |
tinywl: remove outdated non-feature from README.md
Now that tinywl uses wlr_scene under the hood, damage tracking comes for
free.
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -43,5 +43,3 @@ Notable omissions from TinyWL: - Optional protocols, e.g. screen capture, primary selection, virtual keyboard, etc. Most of these are plug-and-play with wlroots, but they're omitted for brevity. -- Damage tracking, which tracks which parts of the screen are changing and - minimizes redraws accordingly. |