From 578e5614d46660fbeabd4ea1009f5604aa9c8117 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Wed, 30 Mar 2022 16:10:41 +0300 Subject: [PATCH] tinywl: remove outdated non-feature from README.md Now that tinywl uses wlr_scene under the hood, damage tracking comes for free. --- tinywl/README.md | 2 -- 1 file changed, 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.