Subversion Repositories freemyipod

Rev

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

Rev 490 Rev 493
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
    .dither = dither
30
    .blend = blend
31
};
31
};
32
 
32
 
33
EMCORE_LIB_HEADER(0x49554365, LIBUI_API_VERSION, LIBUI_MIN_API_VERSION, NULL, NULL, apitable)
33
EMCORE_LIB_HEADER(0x49554365, LIBUI_API_VERSION, LIBUI_MIN_API_VERSION, NULL, NULL, apitable)