Changeset 29159


Ignore:
Timestamp:
06/03/14 18:14:24 (9 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/header.h

    r29153 r29159  
    663663inline void drawpixelfastfb(struct fb* node, int posx, int posy, unsigned long color);
    664664inline void drawpixelfb(struct fb* node, int posx, int posy, unsigned long color);
    665 unsigned char * resize(unsigned char *origin, int ox, int oy, int dx, int dy, int type, unsigned char * dst, int flag)
     665unsigned char * resize(unsigned char *origin, int ox, int oy, int dx, int dy, int type, unsigned char * dst, int flag);
    666666
    667667//volume.h
Note: See TracChangeset for help on using the changeset viewer.