Revision: 4514 http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4514&view=rev Author: zmoelnig Date: 2011-08-28 13:42:00 +0000 (Sun, 28 Aug 2011) Log Message: ----------- backported bugfixes from trunk
Modified Paths: -------------- branches/0.93/Gem/src/Pixes/pix_frei0r.cpp Modified: branches/0.93/Gem/src/Pixes/pix_frei0r.cpp =================================================================== --- branches/0.93/Gem/src/Pixes/pix_frei0r.cpp 2011-08-28 13:40:49 UTC (rev 4513) +++ branches/0.93/Gem/src/Pixes/pix_frei0r.cpp 2011-08-28 13:42:00 UTC (rev 4514) @@ -295,6 +295,8 @@ { // throw(GemException("Gem has been compiled without Frei0r-support!")); int can_rgba=0; + m_image.setCsizeByFormat(GL_RGBA); + if(!s || s==&s_) { m_canopen=true; return; @@ -302,7 +304,6 @@ char *pluginname = s->s_name; m_plugin = new F0RPlugin(pluginname, getCanvas()); - m_image.setCsizeByFormat(GL_RGBA); unsigned int numparams = m_plugin->m_parameterNames.size(); char tempVt[5]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ pd-gem-CVS mailing list pd-gem-CVS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs