/[xforms]/xforms/lib/include/XBasic.h
ViewVC logotype

Diff of /xforms/lib/include/XBasic.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by leeming, Thu Apr 10 20:46:37 2003 UTC revision 1.3 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 1057  typedef unsigned int       FL_PACKED4; Line 1057  typedef unsigned int       FL_PACKED4;
1057    
1058  #define FL_UNPACK(p,r,g,b) do {r=FL_GETR(p);g=FL_GETG(p),b=FL_GETB(p);} while(0)  #define FL_UNPACK(p,r,g,b) do {r=FL_GETR(p);g=FL_GETG(p),b=FL_GETB(p);} while(0)
1059  #define FL_UNPACK3         FL_UNPACK  #define FL_UNPACK3         FL_UNPACK
1060  #define FL_UNPACK4(p,r,g,b,a) do {FL_UNPACK3(p,r,g,b);a=FL_GETA(p);} while(0)  #define FL_UNPACK4(p,r,g,b,a) do {FL_UNPACK3(p,r,g,b);a=FL_GETA(p);} while(0)
1061  #endif  #endif
1062    
1063  typedef struct  typedef struct
# Line 1072  typedef struct Line 1072  typedef struct
1072    
1073  #define FL_RGB2PIXEL  FL_RGB2PIXEL_  #define FL_RGB2PIXEL  FL_RGB2PIXEL_
1074    
1075  #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26