update todo!
parent
d0a3b5dd64
commit
68c03caaee
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue