CTWM
|
Go to the source code of this file.
Data Structures | |
struct | StdCmap |
Information about some XStandardColormap we're using. More... | |
struct | TitlebarPixmaps |
Stash for memoizing various pixmaps used in titlebars. More... | |
struct | ScreenInfo |
Info and control for each X Screen we control. More... | |
struct | ScreenInfo::_InfoWindow |
Window info window. More... | |
struct | ScreenInfo::_cmapInfo |
Various colormaps used on the Screen. More... | |
struct | ScreenInfo::_StdCmapInfo |
Various XStandardColormaps on the screen. More... | |
struct | ScreenInfo::_TBInfo |
Various titlebar buttons that will be put in the window decorations for the screen. More... | |
Macros | |
#define | SIZE_HINDENT 10 |
Internal padding in the size window. | |
#define | SIZE_VINDENT 2 |
Internal padding in the size window. | |
Enumerations | |
enum | IcStyle { ICONIFY_NORMAL , ICONIFY_MOSAIC , ICONIFY_ZOOMIN , ICONIFY_ZOOMOUT , ICONIFY_FADE , ICONIFY_SWEEP } |
Type for iconification styles. More... | |
Variables | |
int | NumScreens |
How many Screens are on our display. | |
ScreenInfo ** | ScreenList |
List of ScreenInfo structs for each Screen. | |
ScreenInfo * | Scr |
The ScreenInfo struct for the current Screen. | |
#define SIZE_HINDENT 10 |
Internal padding in the size window.
Definition at line 58 of file screen.h.
Referenced by AddWindow(), DisplayPosition(), DisplaySize(), MenuStartResize(), movewindow(), and StartResize().
#define SIZE_VINDENT 2 |
Internal padding in the size window.
Definition at line 59 of file screen.h.
Referenced by AddWindow(), ctwm_main(), DisplayPosition(), DisplaySize(), MenuStartResize(), movewindow(), and StartResize().
Type for iconification styles.
Options correspond to the values in IconifyStyle config var.
Enumerator | |
---|---|
ICONIFY_NORMAL | |
ICONIFY_MOSAIC | |
ICONIFY_ZOOMIN | |
ICONIFY_ZOOMOUT | |
ICONIFY_FADE | |
ICONIFY_SWEEP |
|
extern |
How many Screens are on our display.
Definition at line 89 of file ctwm_main.c.
Referenced by AddWindow(), Animate(), AnimateRoot(), ctwm_main(), EwmhTerminate(), FindScreenInfo(), JumpIconManager(), RestoreForShutdown(), SaveYourselfPhase2CB(), takeover_screen(), and WarpToScreen().
|
extern |
The ScreenInfo struct for the current Screen.
Definition at line 93 of file ctwm_main.c.
|
extern |
List of ScreenInfo structs for each Screen.
Definition at line 92 of file ctwm_main.c.
Referenced by Animate(), AnimateRoot(), ctwm_main(), EwmhTerminate(), FindScreenInfo(), JumpIconManager(), RestoreForShutdown(), SaveYourselfPhase2CB(), WarpToScreen(), and WriteWinConfigEntry().