X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fbubbles.h;h=11ce3e6279fbc31f6a648cf1364c2a2e4080d35e;hp=18d9f2b52248c11e99d487dccac4d9f92d273e22;hb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;hpb=ccb7f4903325f92555a9722bba74b58346654ba0 diff --git a/hacks/bubbles.h b/hacks/bubbles.h index 18d9f2b5..11ce3e62 100644 --- a/hacks/bubbles.h +++ b/hacks/bubbles.h @@ -1,10 +1,17 @@ /* bubbles.h - definitions for bubbles screensaver */ -/* $Id: bubbles.h,v 1.4 2002/01/17 02:16:04 jwz Exp $ */ +/* $Id: bubbles.h,v 1.6 2006/02/25 20:11:57 jwz Exp $ */ #ifndef _BUBBLES_H_ #define _BUBBLES_H_ +#ifdef HAVE_COCOA +# include "jwxyz.h" +# define HAVE_XPM +#else +# include +#endif + /*************************************************************************** * Options you might like to change to affect the program's behaviour * ***************************************************************************/ @@ -210,4 +217,8 @@ Disable file I/O code too. */ # endif /* BUBBLES_IO */ #endif /* HAVE_XPM || HAVE_GDK_PIXBUF */ +extern void init_default_bubbles(void); +extern int num_default_bubbles; +extern char **default_bubbles[]; + #endif /* _BUBBLES_H_ */