~ctwm/ctwm/trunk

481.1.2 by Matthew Fuller
Pull {Mask,Unmask}Screen() out into their own file, along with the
1
/*
2
 * Screen masking funcs used in showing splashscreen
3
 */
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
4
#ifndef _CTWM_MASK_SCREEN_H
5
#define _CTWM_MASK_SCREEN_H
481.1.2 by Matthew Fuller
Pull {Mask,Unmask}Screen() out into their own file, along with the
6
7
void MaskScreen(char *file);
8
void UnmaskScreen(void);
9
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
10
#endif /* _CTWM_MASK_SCREEN_H */