Subversion Repositories freemyipod

Rev

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

Rev 498 Rev 504
Line 28... Line 28...
28
struct libui_api apitable =
28
struct libui_api apitable =
29
{
29
{
30
    .blend = blend,
30
    .blend = blend,
31
    .blendcolor = blendcolor,
31
    .blendcolor = blendcolor,
32
    .mattecolor = mattecolor,
32
    .mattecolor = mattecolor,
-
 
33
    .chooser_run = chooser_run,
-
 
34
    .chooser_action_handler_wheel = &chooser_action_handler_wheel,
-
 
35
    .chooser_renderer_list = &chooser_renderer_list
33
};
36
};
34
 
37
 
35
EMCORE_LIB_HEADER(0x49554365, LIBUI_API_VERSION, LIBUI_MIN_API_VERSION, NULL, NULL, apitable)
38
EMCORE_LIB_HEADER(0x49554365, LIBUI_API_VERSION, LIBUI_MIN_API_VERSION, NULL, NULL, apitable)