Project

General

Profile

« Previous | Next » 

Revision c6e1c219

Added by Leszek Koltunski almost 8 years ago

Save PNG effect almost finished. Supporting App (hopefully!) completely finished.

What remains to be done: put actual saving of the Bitmap in a separate thread, away from the Graphics thread!!

View differences:

src/main/java/org/distorted/library/EffectQueue.java
157 157
      if( mType[i]==ord )
158 158
        {
159 159
        remove(i);
160
        // TODO: don't we have to do a 'i--' here? Check this.
160 161
        ret = true;
161 162
        }
162 163
      }
......
227 228
                                      EffectMessage.EFFECT_REMOVED, 
228 229
                                      (removedID<<EffectTypes.LENGTH)+EffectNames.getType(removedType).type,
229 230
                                      removedType,
230
                                      mBitmapID);  
231
                                      mBitmapID,
232
                                      null);
231 233
    }
232 234
  
233 235
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff