aboutsummaryrefslogtreecommitdiff
path: root/tinywl/README.md
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-03-30 16:10:41 +0300
committerSimon Ser <contact@emersion.fr>2022-04-01 14:22:28 +0000
commit578e5614d46660fbeabd4ea1009f5604aa9c8117 (patch)
tree3f95f42247aca34c34b503899cb738e69d314db0 /tinywl/README.md
parent62fbf3f4ba1b2993e29dfb46f077e5806f7aac1c (diff)
tinywl: remove outdated non-feature from README.md
Now that tinywl uses wlr_scene under the hood, damage tracking comes for free.
Diffstat (limited to 'tinywl/README.md')
-rw-r--r--tinywl/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/tinywl/README.md b/tinywl/README.md
index e0385d24..7fc83b96 100644
--- a/tinywl/README.md
+++ b/tinywl/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.