/*****************************************************************************/ /* XBalloon - Balloons move on root window. */ /* */ /* XBalloon Copyright (c) 1999 Sakai Hiroaki. */ /* All Rights Reserved. */ /* */ /* XBalloon is a simple demonstration program for X. Balloons move on root */ /* window. You can use a faborite pixmap as balloons. */ /* */ /* XBalloon is a free software. You may copy or distribute the original */ /* XBalloon freely. But, you may not modify or distribute the original */ /* XBalloon without permission of the author. */ /*****************************************************************************/ /*****************************************************************************/ /* Include Header Files. */ /*****************************************************************************/ #include "xballoon.h" /*****************************************************************************/ /* Difinitions of Some Parameters */ /*****************************************************************************/ XBalloon xballoon; Balloon balloons; /*****************************************************************************/ /* End of XBalloon. */ /*****************************************************************************/