JWM Source Documentation
background.h File Reference
Background control functions. More...
Go to the source code of this file.
Functions | |
| void | InitializeBackgrounds () |
| Initialize any data needed for background support. | |
| void | StartupBackgrounds () |
| Startup background support. | |
| void | ShutdownBackgrounds () |
| Shutdown background support. | |
| void | DestroyBackgrounds () |
| Release any data needed for background support. | |
| void | SetBackground (int desktop, const char *type, const char *value) |
| Set the background to use for the specified desktops. | |
| void | LoadBackground (int desktop) |
| Load the background for the specified desktop. | |
Detailed Description
Function Documentation
| void DestroyBackgrounds | ( | ) |
Release any data needed for background support.
| void InitializeBackgrounds | ( | ) |
Initialize any data needed for background support.
| void LoadBackground | ( | int | desktop | ) |
Load the background for the specified desktop.
- Parameters:
-
desktop The current desktop.
| void SetBackground | ( | int | desktop, |
| const char * | type, | ||
| const char * | value | ||
| ) |
Set the background to use for the specified desktops.
- Parameters:
-
desktop The desktop whose background to set (-1 for the default). type The type of background. value The background.
| void ShutdownBackgrounds | ( | ) |
Shutdown background support.
| void StartupBackgrounds | ( | ) |
Startup background support.