Subversion Repositories freemyipod

Rev

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

Rev 509 Rev 527
Line 46... Line 46...
46
         remember to increase LIBUI_API_VERSION. If you make changes to the
46
         remember to increase LIBUI_API_VERSION. If you make changes to the
47
         existing APIs, also update LIBUI_MIN_API_VERSION to current version */
47
         existing APIs, also update LIBUI_MIN_API_VERSION to current version */
48
 
48
 
49
struct libui_api
49
struct libui_api
50
{
50
{
-
 
51
    typeof(fill)* fill;
51
    typeof(blend)* blend;
52
    typeof(blit)* blit;
52
    typeof(blendcolor)* blendcolor;
53
    typeof(blendcolor)* blendcolor;
53
    typeof(mattecolor)* mattecolor;
54
    typeof(mattecolor)* mattecolor;
-
 
55
    typeof(blend)* blend;
-
 
56
    typeof(blend)* blenda;
54
    typeof(chooser_run)* chooser_run;
57
    typeof(chooser_run)* chooser_run;
55
    typeof(chooser_action_handler_wheel)* chooser_action_handler_wheel;
58
    typeof(chooser_action_handler_wheel)* chooser_action_handler_wheel;
56
    typeof(chooser_renderer_list)* chooser_renderer_list;
59
    typeof(chooser_renderer_list)* chooser_renderer_list;
57
    typeof(chooser_renderer_iconflow)* chooser_renderer_iconflow;
60
    typeof(chooser_renderer_iconflow)* chooser_renderer_iconflow;
58
};
61
};