~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy

« back to all changes in this revision

Viewing changes to icon-effect/src/applet-fire.h

Tags: upstream-3.0.0.0beta1
ImportĀ upstreamĀ versionĀ 3.0.0.0beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "fire-tex.h"
28
28
 
29
29
 
30
 
#define cd_icon_effect_load_fire_texture(...) cairo_dock_load_texture_from_raw_data (fireTex, 32, 32)
 
30
#define cd_icon_effect_load_fire_texture(...) cairo_dock_create_texture_from_raw_data (fireTex, 32, 32)
31
31
 
32
32
 
33
33
void cd_icon_effect_register_fire (CDIconEffect *pEffect);