/[bubblemon]/bubblemon/src/bubblemon.h
ViewVC logotype

Diff of /bubblemon/src/bubblemon.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by walles, Mon Oct 14 20:24:07 2002 UTC revision 1.33 by rael, Wed Nov 13 12:51:43 2002 UTC
# Line 22  Line 22 
22  #define BUBBLEMON_H  #define BUBBLEMON_H
23    
24  #include <sys/types.h>  #include <sys/types.h>
25    #include "config.h"
26    
27  /* How fast do the bubbles rise? */  /* How fast do the bubbles rise? */
28  #define GRAVITY -0.01  #define GRAVITY -0.01
# Line 39  Line 40 
40  /* How fast are the water levels allowed to move? */  /* How fast are the water levels allowed to move? */
41  #define SPEED_LIMIT 1.0  #define SPEED_LIMIT 1.0
42    
43    /* How much newly created bubbles make the surface ripple */
44    #define RIPPLES 0.2
45    
46  /* The applet's dimensions */  /* The applet's dimensions */
47  #define RELATIVE_WIDTH 32  #define RELATIVE_WIDTH 32
48  #define RELATIVE_HEIGHT 40  #define RELATIVE_HEIGHT 40
# Line 164  extern int bubblemon_getCpuLoadPercentag Line 168  extern int bubblemon_getCpuLoadPercentag
168  /* Return a suitable tool tip */  /* Return a suitable tool tip */
169  extern const char *bubblemon_getTooltip(void);  extern const char *bubblemon_getTooltip(void);
170    
171    /* Must be called at the very start of the program */
172    extern void bubblemon_init(void);
173    
174    /* Should be called at shutdown */
175    extern void bubblemon_done(void);
176    
177  #endif  #endif

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26