update todo!
parent
d0a3b5dd64
commit
f090822f07
|
@ -61,6 +61,7 @@ fn main() -> anyhow::Result<()> {
|
||||||
// - the root window
|
// - the root window
|
||||||
// - the drawable context (or our equivalent)
|
// - the drawable context (or our equivalent)
|
||||||
// - fonts
|
// - fonts
|
||||||
|
// - cursor rendering
|
||||||
// - bar height and padding derived from fonts
|
// - bar height and padding derived from fonts
|
||||||
// - Xinerama information
|
// - Xinerama information
|
||||||
// - atoms? whatever those are?
|
// - atoms? whatever those are?
|
||||||
|
@ -80,6 +81,8 @@ fn main() -> anyhow::Result<()> {
|
||||||
// - graphics context management
|
// - graphics context management
|
||||||
// - font loading and rendering
|
// - font loading and rendering
|
||||||
// - we *could* fall back to X core fonts, but I'd prefer not to
|
// - we *could* fall back to X core fonts, but I'd prefer not to
|
||||||
|
// - cursor loading and rendering
|
||||||
|
// - ???
|
||||||
//
|
//
|
||||||
|
|
||||||
// TODO: pledge if on openBSD
|
// TODO: pledge if on openBSD
|
||||||
|
|
Loading…
Reference in New Issue