http://apple.doit.wisc.edu/mirrors/amug/linux/linuxppc/sources/tarballs/xscreensaver...
[xscreensaver] / utils / erase.h
1 /* erase.c: Erase the screen in various more or less interesting ways.
2  * (c) 1997 by Johannes Keukelaar <johannes@nada.kth.se>
3  * Permission to use in any way granted. Provided "as is" without expressed
4  * or implied warranty. NO WARRANTY, NO EXPRESSION OF SUITABILITY FOR ANY
5  * PURPOSE. (I.e.: Use in any way, but at your own risk!)
6  */
7
8 #ifndef __XSCREENSAVER_ERASE_H__
9 #define __XSCREENSAVER_ERASE_H__
10
11 extern void erase_window(Display *dpy, Window window, GC gc,
12                          int width, int height, int mode, int delay);
13 extern void erase_full_window(Display *dpy, Window window);
14
15 #endif /* __XSCREENSAVER_ERASE_H__ */