1 /* $Id: background.h,v 1.1 2003/08/10 15:57:01 oohara Exp $ */
2 
3 #ifndef __DANGEN_BACKGROUND_H__
4 #define __DANGEN_BACKGROUND_H__
5 
6 void set_background(int n);
7 int clear_window_with_background(void);
8 
9 #endif /* not __DANGEN_BACKGROUND_H__ */
10