Remove error messages for --dbe and --paint-on-overlay

Deprecated since v4.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2022-01-24 18:19:15 +00:00
parent f8424646a5
commit 03dc98d47d
3 changed files with 1 additions and 18 deletions

View File

@@ -184,7 +184,7 @@ typedef struct session {
int root_width;
// Damage of root window.
// Damage root_damage;
/// X Composite overlay window. Used if <code>--paint-on-overlay</code>.
/// X Composite overlay window.
xcb_window_t overlay;
/// The target window for debug mode
xcb_window_t debug_window;