Ignore:
Timestamp:
Apr 22, 2011, 7:32:13 PM (12 years ago)
Author:
Sam Hocevar
Message:

imlib: rename trans_image to TImage. The code is now clean enough.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/imlib/supmorph.h

    r494 r533  
    2020  unsigned char *movers;
    2121  int w,h;
    22   super_morph(trans_image *h1, trans_image *h2, int aneal_steps, void (*stat_fun)(int));
     22  super_morph(TImage *h1, TImage *h2, int aneal_steps, void (*stat_fun)(int));
    2323  ~super_morph() { if (t) free(movers); }
    2424} ;
Note: See TracChangeset for help on using the changeset viewer.