From f090822f07035b1c9c4c0f8853daf5148f1dfa55 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.rs b/src/main.rs index 230bc2f..fbdb14c 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,6 +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