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