Subversion Repositories freemyipod

Rev

Rev 493 | Rev 504 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 493 Rev 498
Line 44... Line 44...
44
         existing APIs, also update LIBUI_MIN_API_VERSION to current version */
44
         existing APIs, also update LIBUI_MIN_API_VERSION to current version */
45
 
45
 
46
struct libui_api
46
struct libui_api
47
{
47
{
48
    typeof(blend)* blend;
48
    typeof(blend)* blend;
-
 
49
    typeof(blendcolor)* blendcolor;
-
 
50
    typeof(mattecolor)* mattecolor;
49
};
51
};
50
 
52
 
51
#endif
53
#endif