Diff for /np2/x11/drawmng.h between versions 1.1 and 1.2

version 1.1, 2003/12/11 15:11:56 version 1.2, 2003/12/19 16:08:01
Line 37  typedef struct { Line 37  typedef struct {
         BYTE    l16g;          BYTE    l16g;
 } PAL16MASK;  } PAL16MASK;
   
   #ifdef __cplusplus
   extern "C" {
   #endif
   
 void drawmng_make16mask(PAL16MASK *pal16, UINT32 bmask, UINT32 rmask, UINT32 gmask);  void drawmng_make16mask(PAL16MASK *pal16, UINT32 bmask, UINT32 rmask, UINT32 gmask);
 RGB16 drawmng_makepal16(PAL16MASK *pal16, RGB32 pal32);  RGB16 drawmng_makepal16(PAL16MASK *pal16, RGB32 pal32);
   
   #ifdef __cplusplus
   }
   #endif
   
 #endif  /* NP2_X11_DRAWMNG_H__ */  #endif  /* NP2_X11_DRAWMNG_H__ */

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


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