~rcryderman/awn/awn-cairo-effects

« back to all changes in this revision

Viewing changes to libawn/awn-effect-squish.h

        Merged trunk
        Added *_init to awn-effect-*.[hc]

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
gboolean bounce_squish_attention_effect(AwnEffectsPrivate * priv);
29
29
gboolean bounce_squish_effect(AwnEffectsPrivate * priv);
30
30
gboolean bounce_squish_effect_finalize(AwnEffectsPrivate * priv);
31
 
 
 
31
gboolean bounce_squish_effect_init(AwnEffectsPrivate * priv);
32
32
#endif