CTWM
Loading...
Searching...
No Matches
Variables
Screen masking window stuff

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.
 
ImageScreenInfo::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.
 

Detailed Description

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.

Variable Documentation

◆ ShapeWindow

Window ScreenInfo::ShapeWindow

Utility window for animated icons.

Definition at line 253 of file screen.h.

Referenced by AnimateIcons().

◆ ShowWelcomeWindow

bool ScreenInfo::ShowWelcomeWindow

Whether to show the welcome window.

Related to the DontShowWelcomeWindow config var or the --nowelcome command-line arg.

Definition at line 940 of file screen.h.

◆ WelcomeCmap

Colormap ScreenInfo::WelcomeCmap

Colormap for ScreenInfo.WindowMask.

Definition at line 259 of file screen.h.

◆ WelcomeGC

GC ScreenInfo::WelcomeGC

GC for drawing ScreenInfo.WelcomeImage on ScreenInfo.WindowMask.

Definition at line 257 of file screen.h.

◆ WelcomeImage

Image* ScreenInfo::WelcomeImage

Image to show on ScreenInfo.WindowMask.

Definition at line 255 of file screen.h.

◆ WindowMask

Window ScreenInfo::WindowMask

Startup splash screen masking window if ScreenInfo.ShowWelcomeWindow.

Definition at line 251 of file screen.h.