1 /*****************************************************************************/
2 /* XBalloon - Balloons move on root window.                                  */
3 /*                                                                           */
4 /* XBalloon Copyright (c) 1999 Sakai Hiroaki.                                */
5 /* All Rights Reserved.                                                      */
6 /*                                                                           */
7 /* XBalloon is a simple demonstration program for X. Balloons move on root   */
8 /* window. You can use a faborite pixmap as balloons.                        */
9 /*                                                                           */
10 /* XBalloon is a free software. You may copy or distribute the original      */
11 /* XBalloon freely. But, you may not modify or distribute the original       */
12 /* XBalloon without permission of the author.                                */
13 /*****************************************************************************/
14 
15 /*****************************************************************************/
16 /* Include Header Files.                                                     */
17 /*****************************************************************************/
18 
19 #include "xballoon.h"
20 
21 /*****************************************************************************/
22 /* Difinitions of Some Parameters                                            */
23 /*****************************************************************************/
24 
25 XBalloon xballoon;
26 Balloon balloons;
27 
28 /*****************************************************************************/
29 /* End of XBalloon.                                                          */
30 /*****************************************************************************/
31