~compiz-team/compiz/compiz.fix_1041535

« back to all changes in this revision

Viewing changes to plugins/firepaint/src/firepaint.h

Replaced #defines of standard variable types. Fixes: . Approved by Sam Spilsbury.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        finiParticles ();
108
108
};
109
109
 
110
 
#define NUM_ADD_POINTS 1000
 
110
extern const unsigned int NUM_ADD_POINTS;
111
111
 
112
112
class FireScreen:
113
113
    public PluginClassHandler <FireScreen, CompScreen>,