diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-03-30 16:10:41 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-04-01 14:22:28 +0000 |
commit | 578e5614d46660fbeabd4ea1009f5604aa9c8117 (patch) | |
tree | 3f95f42247aca34c34b503899cb738e69d314db0 | |
parent | 62fbf3f4ba1b2993e29dfb46f077e5806f7aac1c (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-- | tinywl/README.md | 2 |
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. |