summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Primak <[email protected]>2022-03-30 16:10:41 +0300
committerSimon Ser <[email protected]>2022-04-01 14:22:28 +0000
commit5283ff56872f0602d2af8e1d40a52d6aad3ffb62 (patch)
tree367180c58501c80298ccdca083e70ad81f0b5a2a
parent3751af63c4c4f13f499b2322dedaa4ffbb87f795 (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.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index e0385d2..7fc83b9 100644
--- a/README.md
+++ b/README.md
@@ -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.