Diff for /xmil/generic/cmndraw.c between versions 1.1 and 1.2

version 1.1, 2004/08/19 09:56:44 version 1.2, 2008/06/02 20:07:31
Line 23  void cmndraw_makegrad(RGB32 *pal, int pa Line 23  void cmndraw_makegrad(RGB32 *pal, int pa
 }  }
   
   
 // ----  /* ---- */
   
 void cmndraw_fill(const CMNVRAM *vram, int x, int y,  void cmndraw_fill(const CMNVRAM *vram, int x, int y,
                                                                                 int cx, int cy, CMNPAL fg) {                                                                                  int cx, int cy, CMNPAL fg) {
Line 283  const UINT8 *p; Line 283  const UINT8 *p;
 }  }
   
   
 // ----  /* ---- */
   
 void cmddraw_text8(CMNVRAM *vram, int x, int y, const char *str, CMNPAL fg) {  void cmddraw_text8(CMNVRAM *vram, int x, int y, const char *str, CMNPAL fg) {
   
Line 316  const UINT8 *ptr; Line 316  const UINT8 *ptr;
 }  }
   
   
 // ---- bmp  /* bmp */
   
 BRESULT cmndraw_bmp4inf(CMNBMP *bmp, const void *ptr) {  BRESULT cmndraw_bmp4inf(CMNBMP *bmp, const void *ptr) {
   

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>