JWM Source Documentation
background.h
Go to the documentation of this file.
00001 00010 #ifndef BACKGROUND_H 00011 #define BACKGROUND_H 00012 00014 void InitializeBackgrounds(); 00015 00017 void StartupBackgrounds(); 00018 00020 void ShutdownBackgrounds(); 00021 00023 void DestroyBackgrounds(); 00024 00030 void SetBackground(int desktop, const char *type, const char *value); 00031 00035 void LoadBackground(int desktop); 00036 00037 #endif /* BACKGROUND_H */ 00038