~rcryderman/awn/awn-cairo-effects

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
gboolean spotlight_closing_effect(AwnEffectsPrivate * priv);
30
30
void spotlight_init();
31
31
gboolean spotlight_effect_finalize(AwnEffectsPrivate * priv);
 
32
gboolean spotlight_effect_init(AwnEffectsPrivate * priv);
32
33
#endif