From 68c03caaee155b090ab6106a3902ef1e1f9588ff Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Wed, 31 Jan 2024 18:15:29 -0800 Subject: [PATCH] update todo! --- src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 230bc2f..250129f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -61,6 +61,7 @@ fn main() -> anyhow::Result<()> { // - the root window // - the drawable context (or our equivalent) // - fonts + // - cursor rendering // - bar height and padding derived from fonts // - Xinerama information // - atoms? whatever those are? @@ -80,7 +81,8 @@ fn main() -> anyhow::Result<()> { // - graphics context management // - font loading and rendering // - we *could* fall back to X core fonts, but I'd prefer not to - // + // - cursor loading and rendering + // - ??? // TODO: pledge if on openBSD