Hello all,
I was cleaning up my branch of last year's GSoC project - Recolor Artwork.
I was using a piece of code that involved SPEventContext but this doesn't compile anymore. I guess the structure was cppified by another GSoCer: Markus Engel.
Well, I can't get around to how to use the alternate Event structure now. Can someone shed some light on it ?
The piece of code that didn't compile was:
void RecolorArtworkWidget::eventContextCB(SPDesktop * /*desktop*/, SPEventContext * /*eventcontext*/)
{
performUpdate();
}
--