update todo!

main
Zynh0722 2024-01-31 18:15:29 -08:00
parent d0a3b5dd64
commit 68c03caaee
1 changed files with 3 additions and 1 deletions

View File

@ -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