Changeset 42990 for titan/titan


Ignore:
Timestamp:
11/11/18 15:21:36 (5 years ago)
Author:
obi
Message:

update header files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/header.h

    r42987 r42990  
    739739static inline void drawpixelfb(struct fb* node, int posx, int posy, unsigned long color);
    740740unsigned char * resize(unsigned char *origin, int ox, int oy, int dx, int dy, int type, unsigned char * dst, int flag);
    741 inline void drawpixelfast(int posx, int posy, unsigned long color);
    742 inline void drawpixel(int posx, int posy, unsigned long color);
    743 
    744 
     741static inline void drawpixelfast(int posx, int posy, unsigned long color);
     742static inline void drawpixel(int posx, int posy, unsigned long color);
     743static inline unsigned long getpixelbuf(char* buf, int posx, int posy, int bufwidth);
    745744
    746745//volume.h
Note: See TracChangeset for help on using the changeset viewer.