CTWM
Loading...
Searching...
No Matches
Todo List
Global IcStyle
Maybe should just be moved inline in ScreenInfo struct, since it's never directly used elsewhere.
Global ScreenInfo::cmapInfo
Somebody needs to understand and document this better.
Global ScreenInfo::FirstTime
Evaulate to determine whether it should exist.
Global ScreenInfo::FocusRoot
Rename to something better fitting.
Global ScreenInfo::LastRegion
Is this actually necessary? Does the order matter?
Global ScreenInfo::StdCmapInfo
Somebody needs to understand and document this better.
Global ScreenInfo::TitleHeight
Maybe this should be in ScreenInfo.TBInfo above? Same can be said for a number of following fields that are titlebar related...
Global SIZE_HINDENT
Possibly these should be in another header...
Struct TitlebarPixmaps
This probably doesn't need to live on its own, since it only exists to define a member in the ScreenInfo struct. Maybe it should just be moved to being defined nested in there...
Global TwmWindow::gray
See the XXX in SetFocusVisualAttributes()
Global TwmWindow::iconified
This is almost write-only, and the one reader seems bogus in light of what it does. Investigate further and possibly remove.
Global TwmWindow::wr
Write-only? Reap?