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 25... Line 25...
25
#include "export/libui.h"
25
#include "export/libui.h"
26
 
26
 
27
 
27
 
28
struct libui_api apitable =
28
struct libui_api apitable =
29
{
29
{
30
    .blend = blend
30
    .blend = blend,
-
 
31
    .blendcolor = blendcolor,
-
 
32
    .mattecolor = mattecolor,
31
};
33
};
32
 
34
 
33
EMCORE_LIB_HEADER(0x49554365, LIBUI_API_VERSION, LIBUI_MIN_API_VERSION, NULL, NULL, apitable)
35
EMCORE_LIB_HEADER(0x49554365, LIBUI_API_VERSION, LIBUI_MIN_API_VERSION, NULL, NULL, apitable)