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

Background control functions.

Author:
Joe Wingbermuehle
Date:
2007

Definition in file background.h.


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:
desktopThe current desktop.
void SetBackground ( int  desktop,
const char *  type,
const char *  value 
)

Set the background to use for the specified desktops.

Parameters:
desktopThe desktop whose background to set (-1 for the default).
typeThe type of background.
valueThe background.
void ShutdownBackgrounds ( )

Shutdown background support.

void StartupBackgrounds ( )

Startup background support.