/**********************************************/
/*                                            */    
/* iBackground.h                              */
/*                                            */
/* windows background management              */
/*                                            */
/* scol v 4                                   */
/*                                            */
/**********************************************/


extern PAINTSTRUCT MainPS;




/*****************************************************/
/*                                                   */
/* BOOL iBkg_applyBackground ()                      */
/*                                                   */
/* apply background on background bitmap             */
/*                                                   */
/* return 0 if fails, non zero if success            */
/*                                                   */
/*****************************************************/  

BOOL iBkg_applyBackground ();







/*****************************************************/
/*                                                   */
/* BOOL iBkg_applyLogo ()                            */
/*                                                   */
/* apply the logo defined by environnement variables */
/* on the background.                                */
/*                                                   */
/* return 0 if fails, non zero if success            */
/*                                                   */
/*****************************************************/  

BOOL iBkg_applyLogo ();






/*****************************************************/
/*                                                   */
/* BOOL iBkg_applyText ()                            */
/*                                                   */
/* apply the text defined by environnement variables */
/* on the background.                                */
/*                                                   */
/* return 0 if fails, non zero if success            */
/*                                                   */
/*****************************************************/  

BOOL iBkg_applyText ();








/*****************************************************/
/*                                                   */
/* BOOL iBkg_close ()                                */
/*                                                   */
/* clean background objects                          */
/*                                                   */
/* return 0 if fails, non zero if success            */
/*                                                   */
/*****************************************************/  

BOOL iBkg_close();







/*****************************************************/
/*                                                   */
/* BOOL iBkg_paint ()                                */
/*                                                   */
/* background paint callback                         */
/*                                                   */
/* return 0 if fails, non zero if success            */
/*                                                   */
/*****************************************************/

BOOL iBkg_paint ();
