Ignore:
Timestamp:
Jan 3, 2005, 4:29:46 PM (18 years ago)
Author:
Sam Hocevar
Message:
  • renamed a few functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pwntcha/trunk/src/image.c

    r383 r387  
    2525#endif
    2626
    27 struct image * load_image(char *name)
     27struct image * image_load(char *name)
    2828{
    2929    struct image * img;
     
    5757}
    5858
    59 struct image * new_image(int width, int height)
     59struct image * image_new(int width, int height)
    6060{
    6161    struct image * img;
     
    131131}
    132132
    133 void display_image(struct image *img)
     133void image_display(struct image *img)
    134134{
    135135#if defined(HAVE_IMLIB2_H)
Note: See TracChangeset for help on using the changeset viewer.