|
CTWM
|
These are bits for a window that covers up everything on the screen during startup if we're showing the "Welcome window" splash screen. More...
Variables | |
| Window | ScreenInfo::WindowMask |
| Startup splash screen masking window if ScreenInfo.ShowWelcomeWindow. | |
| Window | ScreenInfo::ShapeWindow |
| Utility window for animated icons. | |
| Image * | ScreenInfo::WelcomeImage |
| Image to show on ScreenInfo.WindowMask. | |
| GC | ScreenInfo::WelcomeGC |
| GC for drawing ScreenInfo.WelcomeImage on ScreenInfo.WindowMask. | |
| Colormap | ScreenInfo::WelcomeCmap |
| Colormap for ScreenInfo.WindowMask. | |
| bool | ScreenInfo::ShowWelcomeWindow |
| Whether to show the welcome window. | |
These are bits for a window that covers up everything on the screen during startup if we're showing the "Welcome window" splash screen.
That is, if ScreenInfo.ShowWelcomeWindow is true.
| Window ScreenInfo::ShapeWindow |
Utility window for animated icons.
Definition at line 253 of file screen.h.
Referenced by AnimateIcons().
| bool ScreenInfo::ShowWelcomeWindow |
| Colormap ScreenInfo::WelcomeCmap |
Colormap for ScreenInfo.WindowMask.
| GC ScreenInfo::WelcomeGC |
GC for drawing ScreenInfo.WelcomeImage on ScreenInfo.WindowMask.
| Image* ScreenInfo::WelcomeImage |
Image to show on ScreenInfo.WindowMask.
| Window ScreenInfo::WindowMask |
Startup splash screen masking window if ScreenInfo.ShowWelcomeWindow.