Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 363167
Collapse All | Expand All

(-)trunk/src/projectM-libvisual/actor_projectM.cpp (-1 / +1 lines)
Lines 209-215 Link Here
209
 * we aren't with projectm, so just ignore :) */
209
 * we aren't with projectm, so just ignore :) */
210
extern "C" VisPalette *lv_projectm_palette (VisPluginData *plugin)
210
extern "C" VisPalette *lv_projectm_palette (VisPluginData *plugin)
211
{
211
{
212
	return NULL;
212
	return (VisPalette *) NULL;
213
}
213
}
214
214
215
/* This is where the real rendering happens! This function is what we call, many times
215
/* This is where the real rendering happens! This function is what we call, many times

Return to bug 363167